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 21:04:07 -04:00
parent 2aa646c711
commit e1b27c45ae
+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