We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f166130 + e040337 commit 6bb1807Copy full SHA for 6bb1807
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"setuptools<v60.0",
4
- "cython>=0.28.0",
+ "cython>=0.28.0,<3.0.0",
5
"oldest-supported-numpy",
6
]
7
build-backend = "setuptools.build_meta"
setup.py
@@ -277,7 +277,7 @@ def run(self):
277
cmdclass=cmdclass,
278
install_requires=[
279
"numpy >= 1.20.0",
280
- "cython >= " + min_cython_ver,
+ "cython >= " + min_cython_ver + ",<3.0.0",
281
"six",
282
"tqdm",
283
],
0 commit comments