We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c361a commit 7e46a67Copy full SHA for 7e46a67
setup.py
@@ -72,7 +72,7 @@
72
version=VERSION,
73
description='Fast and lightweight set for unsigned 32 bits integers.',
74
long_description=long_description,
75
- setup_requires=['cython'],
+ setup_requires=['cython<3.0.0'],
76
url='https://github.com/Ezibenroc/PyRoaringBitMap',
77
author='Tom Cornebize',
78
author_email='[email protected]',
0 commit comments