Skip to content

Commit 7ce60f8

Browse files
committed
Build with numpy 1.25/.26
1 parent 2e100de commit 7ce60f8

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
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools",
44
# Numpy 1.25 allows back-compiling and supports 3.9
5-
"numpy>=1.25; python_version >= '3.9'",
5+
"numpy~=1.25; python_version >= '3.9' and python_version < '3.13'",
66
# Last version to support 3.6-3.8
77
"numpy==1.19; python_version > '3.0' and python_version < '3.9'",
88
# Last version to support 2.7

0 commit comments

Comments
 (0)