Skip to content

Commit 6ed7068

Browse files
committed
Use older numpy in build for python 3.8
1 parent 2d9c045 commit 6ed7068

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[build-system]
2-
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython", "numpy>=2.0,<3"]
2+
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython",
3+
"oldest-supported-numpy; python_version<='3.8'",
4+
"numpy>=2.0,<3; python_version>'3.8'"]
35
build-backend = "setuptools.build_meta"
46

57
[tool.setuptools_scm]

0 commit comments

Comments
 (0)