Skip to content

Commit a2af7cb

Browse files
committed
Add range versions for wheel and Cython
1 parent 64475fa commit a2af7cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
requires = [
33
"setuptools>=54.0",
44
"setuptools_scm[toml]>=5.0",
5-
"wheel>=0.36.2",
6-
"Cython>=3.0.10",
5+
"wheel>=0.36.2, <0.46.0",
6+
"Cython>=3.0.10, <3.1.0",
77
"tomli",
88
]
99

0 commit comments

Comments
 (0)