Skip to content

Commit e754417

Browse files
committed
Update for new release
1 parent 4113485 commit e754417

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

make.bat

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:: Make sure to use conda version 4.6.14 or lower
2+
:: mingwpy just runs in Python 3.4, newer versions of Conda
3+
:: dont support it
4+
15
:: Install py37 for site-packages:
26
call conda create -p py37 -qy python=3.7 wheel || goto :error
37
call conda activate .\py37 || goto :error
@@ -26,10 +30,11 @@ call move pkg\Lib\site-packages\cpymad pkg\
2630
call move pkg\Lib\site-packages\hit_acs pkg\
2731

2832
:: Performance tweaks: remove .py files and zip up pure thirdparty packages:
29-
call pip install distlib || goto :error
30-
call python minify.py pkg\Lib\site-packages || goto :error
31-
call python purelib.py pkg\Lib\site-packages || goto :error
32-
call move purelib.zip pkg
33+
:: call pip install distlib || goto :error
34+
:: call python minify.py pkg\Lib\site-packages || goto :error
35+
:: call python purelib.py pkg\Lib\site-packages || goto :error
36+
:: call move purelib.zip pkg
37+
:: This actually didnt work last time
3338

3439
:: Install py34 for mingwpy:
3540
call conda create -p py34 -qy python=3.4 -c conda-forge || goto :error

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cpymad==1.4.1
22
minrpc==0.0.11
3-
madgui==19.8.0
4-
hit_acs==19.8.00
3+
madgui==20.2.1
4+
hit_acs==20.1.0

0 commit comments

Comments
 (0)