Skip to content

Commit 0fcf1ee

Browse files
committed
fixes to package dependencies
1 parent 11f5aa7 commit 0fcf1ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conda.recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ requirements:
2222
build:
2323
- numba
2424
- numpy
25-
- python
25+
- python ==2
2626
- setuptools
2727
run:
2828
- h5py
2929
- matplotlib
3030
- numba
3131
- numpy
32-
- progressbar >=2.3
33-
- python
32+
- progressbar
33+
- python ==2
3434
- python.app # [osx]
3535
- pyyaml
3636
- scikit-image
3737
- scikit-learn
3838
- scipy
39-
- wxpython ==3
39+
- wxpython
4040

4141
test:
4242
imports:

0 commit comments

Comments
 (0)