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 a1ba153 commit e63efadCopy full SHA for e63efad
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"scikit-build-core",
4
"cython>=3",
5
- "numpy>=2.0.0",
+ "numpy>=2.1",
6
]
7
build-backend = "scikit_build_core.build"
8
@@ -32,12 +32,11 @@ classifiers = [
32
requires-python = ">=3.10"
33
# Follow guidelines from https://scientific-python.org/specs/spec-0000/
34
dependencies = [
35
- "numpy>=1.26",
36
- #"numpy>=2",
37
"ndindex",
38
"msgpack",
39
"platformdirs",
40
- "numexpr>=2.13.0; platform_machine != 'wasm32'",
+ "numexpr>=2.13; platform_machine != 'wasm32'",
41
"py-cpuinfo; platform_machine != 'wasm32'",
42
"requests",
43
0 commit comments