Skip to content

Commit 8220ab5

Browse files
committed
Re-add PyPy compatibility.
1 parent 1726537 commit 8220ab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ requires = [
44
"wheel>=0.36.2",
55
"pybind11>=2.12",
66
# Building with NumPy 2 allows backwards compatibility with NumPy 1:
7-
"numpy>=2",
7+
"numpy>=2; python_version >= 3.9",
8+
"numpy<2; python_version <= 3.8",
89
]
910

1011
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)