File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ New hacks to workaround conda-build enhancements in 2019.1
18
18
conda clean --all
19
19
conda build purge
20
20
21
- anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py27_1 .tar.bz2
22
- anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py36_1 .tar.bz2
23
- anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py37_1 .tar.bz2
21
+ anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py27_2 .tar.bz2
22
+ anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py36_2 .tar.bz2
23
+ anaconda upload -u pysces C:\Anaconda\conda-bld\win-64\pysces-0.9.7-py37_2 .tar.bz2
24
24
25
25
26
26
NOTES:
Original file line number Diff line number Diff line change 6
6
git_url : https://github.com/PySCeS/pysces.git
7
7
8
8
build :
9
- number : 1
9
+ number : 2
10
10
include_recipe : True
11
11
12
12
requirements :
@@ -24,11 +24,9 @@ requirements:
24
24
- setuptools
25
25
- numpy>=1.15
26
26
- libpython
27
- - mingw
28
27
- scipy
29
28
- matplotlib
30
29
- nose
31
- - nose
32
30
- python-libsbml
33
31
34
32
You can’t perform that action at this time.
0 commit comments