提交 30b760f2 authored 作者: Ben Mares's avatar Ben Mares 提交者: Ricardo Vieira

Pin Numpy version to <2

This will help with publishing a repodata patch for conda-forge as per <https://github.com/pymc-devs/pytensor/issues/688#issuecomment-2040160108>. This will no longer be necessary when we are finished with <https://github.com/pymc-devs/pytensor/pull/689>.
上级 76a6c2e9
...@@ -48,7 +48,7 @@ keywords = [ ...@@ -48,7 +48,7 @@ keywords = [
dependencies = [ dependencies = [
"setuptools>=48.0.0", "setuptools>=48.0.0",
"scipy>=0.14", "scipy>=0.14",
"numpy>=1.17.0", "numpy>=1.17.0,<2",
"filelock", "filelock",
"etuples", "etuples",
"logical-unification", "logical-unification",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论