提交 4c6d1597 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Trim down build requirement and don't require pygpu on macOS.

上级 67013a8a
......@@ -16,9 +16,6 @@ requirements:
- python
- setuptools
- six >=1.9.0
- numpy >=1.9.1
- scipy >=0.14.0
- pygpu >=0.7
run:
- python
- mkl-service
......@@ -27,7 +24,7 @@ requirements:
- six >=1.9.0
- numpy >=1.9.1
- scipy >=0.14.0
- {{ pin_compatible('pygpu', '0.7', max_pin='0.8') }}
- {{ pin_compatible('pygpu', '0.7', max_pin='0.8') }} # [not osx]
test:
requires:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论