提交 38d7a813 authored 作者: Michael Osthege's avatar Michael Osthege 提交者: Brandon T. Willard

Temporarily pin to `scipy<1.8.0`

The new SciPy release has a restructured `scipy.signal` namespace and some imports in Aesara need to be refactored accordingly. This will most probably increase the lower limit on the SciPy version. See tracking issue #810.
上级 24501862
......@@ -10,7 +10,7 @@ dependencies:
- python
- compilers
- numpy>=1.17.0
- scipy>=0.14
- scipy>=0.14,<1.8.0
- filelock
- etuples
- logical-unification
......
......@@ -46,7 +46,7 @@ CLASSIFIERS = [_f for _f in CLASSIFIERS.split("\n") if _f]
install_requires = [
"numpy>=1.17.0",
"scipy>=0.14",
"scipy>=0.14,<1.8.0",
"filelock",
"etuples",
"logical-unification",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论