Skip to content

Commit 02cbbdf

Browse files
In pyproject change to numpy>=1.23
This is to align with current setup of public CI/CD.
1 parent 0306b10 commit 02cbbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
"ninja>=1.11.1; platform_system!='Windows'",
1010
"cmake>=3.29.0",
1111
"cython>=3.0.10",
12-
"numpy >=1.24",
12+
"numpy >=1.23",
1313
# WARNING: check with doc how to upgrade
1414
"versioneer[toml]==0.29"
1515
]

0 commit comments

Comments
 (0)