BLD: Cap numpy at 1.9 and don't use exact version with other conda reqs

This commit is contained in:
Richard Frank
2016-01-05 21:10:38 -05:00
parent 6d83b06133
commit 6b4287c390
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ requirements:
- python
- setuptools
- cython ==0.22.1
- numpy ==1.9.2
- numpy
run:
- python
{% for req in data.get('install_requires', []) -%}