Skip to content

Commit 6c8ec12

Browse files
committed
Do not use cython 3 (yet)
1 parent c08e413 commit 6c8ec12

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "scikit-build", "cython", "cmake", "ninja", "oldest-supported-numpy"]
2+
requires = ["setuptools", "scikit-build", "cython<3", "cmake", "ninja", "oldest-supported-numpy"]
33

44
[project]
55
name = "blosc2"

0 commit comments

Comments
 (0)