mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-04 12:45:06 +08:00
BLD: Cap numpy at 1.9 and don't use exact version with other conda reqs
This commit is contained in:
@@ -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', []) -%}
|
||||
|
||||
Reference in New Issue
Block a user