Skip to content

Commit e63efad

Browse files
committed
Bump numpy minimum version to 2.1
1 parent a1ba153 commit e63efad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"scikit-build-core",
44
"cython>=3",
5-
"numpy>=2.0.0",
5+
"numpy>=2.1",
66
]
77
build-backend = "scikit_build_core.build"
88

@@ -32,12 +32,11 @@ classifiers = [
3232
requires-python = ">=3.10"
3333
# Follow guidelines from https://scientific-python.org/specs/spec-0000/
3434
dependencies = [
35-
"numpy>=1.26",
36-
#"numpy>=2",
35+
"numpy>=2.1",
3736
"ndindex",
3837
"msgpack",
3938
"platformdirs",
40-
"numexpr>=2.13.0; platform_machine != 'wasm32'",
39+
"numexpr>=2.13; platform_machine != 'wasm32'",
4140
"py-cpuinfo; platform_machine != 'wasm32'",
4241
"requests",
4342
]

0 commit comments

Comments
 (0)