mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 04:34:21 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user