BLD: empyrical doesn't have a binary dependency on numpy

so we don't need to tag its conda packages with the numpy version
This commit is contained in:
Richard Frank
2016-09-14 20:55:54 -04:00
parent 7ac024fb5c
commit 644a33e11b
+2 -2
View File
@@ -11,14 +11,14 @@ requirements:
build:
- python
- setuptools
- numpy x.x
- numpy >=1.9.2
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0
run:
- python
- numpy x.x
- numpy >=1.9.2
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0