Skip to content

Commit d01ba69

Browse files
committed
tweaked anaconda build files
1 parent e0a66d9 commit d01ba69

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packaging/conda/conda_build.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ New hacks to workaround conda-build enhancements in 2019.1
1818
conda clean --all
1919
conda build purge
2020

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
2424

2525

2626
NOTES:

packaging/conda/meta.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source:
66
git_url: https://github.com/PySCeS/pysces.git
77

88
build:
9-
number: 1
9+
number: 2
1010
include_recipe: True
1111

1212
requirements:
@@ -24,11 +24,9 @@ requirements:
2424
- setuptools
2525
- numpy>=1.15
2626
- libpython
27-
- mingw
2827
- scipy
2928
- matplotlib
3029
- nose
31-
- nose
3230
- python-libsbml
3331

3432

0 commit comments

Comments
 (0)