Skip to content

Commit 6c199ea

Browse files
committed
change versions
1 parent e185a49 commit 6c199ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Defined by PEP 518
33
requires = [
44
"Cython",
5-
"oldest-supported-numpy",
5+
"numpy>=2",
66
"setuptools>=61",
77
"setuptools_scm[toml]>=7",
88
"wheel",

requirements/pypi-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Cython
22
dask[array]
3-
numpy
3+
numpy>=2

0 commit comments

Comments
 (0)