提交 b893b975 authored 作者: Virgile Andreani's avatar Virgile Andreani 提交者: Ricardo Vieira

Remove numpy < 2.0

上级 ad135cf7
......@@ -9,7 +9,7 @@ channels:
dependencies:
- python>=3.11
- compilers
- numpy>=1.17.0
- numpy>=2.0.0
- scipy>=1,<2
- filelock>=3.15
- etuples
......
......@@ -9,7 +9,7 @@ channels:
dependencies:
- python>=3.11
- compilers
- numpy>=1.17.0
- numpy>=2.0.0
- scipy>=1,<2
- filelock>=3.15
- etuples
......
......@@ -2,7 +2,7 @@
requires = [
"setuptools>=59.0.0",
"cython",
"numpy>=1.17.0",
"numpy>=2.0",
"versioneer[toml]==0.29",
]
build-backend = "setuptools.build_meta"
......@@ -48,7 +48,7 @@ keywords = [
dependencies = [
"setuptools>=59.0.0",
"scipy>=1,<2",
"numpy>=1.17.0",
"numpy>=2.0",
"filelock>=3.15",
"etuples",
"logical-unification",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论