We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb822c commit 28bb96aCopy full SHA for 28bb96a
environment.yml
@@ -9,7 +9,7 @@ channels:
9
dependencies:
10
- python>=3.10
11
- compilers
12
- - numpy>=1.17.0
+ - conda-forge/label/numpy_dev::numpy=2.0.0rc1
13
- scipy>=0.14
14
- filelock
15
- etuples
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"setuptools>=48.0.0",
4
"cython",
5
- "numpy>=1.17.0",
+ "numpy>=2.0.0rc1",
6
"versioneer[toml]>=0.28",
7
]
8
build-backend = "setuptools.build_meta"
@@ -48,7 +48,7 @@ keywords = [
48
dependencies = [
49
50
"scipy>=0.14",
51
52
"filelock",
53
"etuples",
54
"logical-unification",
0 commit comments