Skip to content

Commit 88e95a9

Browse files
committed
Use recent versions of numpy
1 parent 2517177 commit 88e95a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
"cython>=3",
66
"cmake",
77
"ninja",
8-
"numpy>=2.0.0rc1",
8+
"numpy>=2.0.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
requires-python = ">=3.10, <4"
3535
dependencies = [
36-
"numpy>=1.20.3",
36+
"numpy>=1.21",
3737
"ndindex>=1.4",
3838
"msgpack",
3939
"numexpr",

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ setuptools
22
scikit-build
33
cython>=3
44
cmake
5-
oldest-supported-numpy
5+
numpy
66
ninja
77
build

0 commit comments

Comments
 (0)