Skip to content

Commit 4f2f690

Browse files
committed
Add range versions for wheel and Cython
1 parent 0c12e5b commit 4f2f690

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
22
requires = [
3-
"packaging>=24",
43
"setuptools>=54.0,<70.3",
54
"setuptools_scm[toml]>=5.0",
6-
"wheel>=0.36.2",
7-
"Cython>=3.0.10",
5+
"wheel>=0.36.2, <0.46.0",
6+
"Cython>=3.0.10, <3.1.0",
87
"tomli",
98
]
109

0 commit comments

Comments
 (0)