Skip to content

Commit 6e93c58

Browse files
committed
DEV: use numpy 1.11.2 in conda recipe.
Use the oldest numpy version available for Python 3.6.
1 parent 50401d7 commit 6e93c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717
build:
1818
- python
1919
- setuptools
20-
- numpy 1.9.2
20+
- numpy 1.11.2
2121
- libobjcryst 2015.1.* # [py2k]
2222
- boost-all 1.59.0 # [py2k]
2323
- libobjcryst 2017.1.* # [py3k]
@@ -26,7 +26,7 @@ requirements:
2626
run:
2727
- python
2828
- setuptools
29-
- numpy >=1.9.2
29+
- numpy >=1.11.2
3030
- libobjcryst 2015.1.* # [py2k]
3131
- boost-all 1.59.0 # [py2k]
3232
- libobjcryst 2017.1.* # [py3k]

0 commit comments

Comments
 (0)