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 2517177 commit 88e95a9Copy full SHA for 88e95a9
pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
"cython>=3",
6
"cmake",
7
"ninja",
8
- "numpy>=2.0.0rc1",
+ "numpy>=2.0.0",
9
]
10
build-backend = "setuptools.build_meta"
11
@@ -33,7 +33,7 @@ classifiers = [
33
34
requires-python = ">=3.10, <4"
35
dependencies = [
36
- "numpy>=1.20.3",
+ "numpy>=1.21",
37
"ndindex>=1.4",
38
"msgpack",
39
"numexpr",
requirements-build.txt
@@ -2,6 +2,6 @@ setuptools
2
scikit-build
3
cython>=3
4
cmake
-oldest-supported-numpy
+numpy
ninja
build
0 commit comments