"vscode:/vscode.git/clone" did not exist on "11bfff8ee11ffa6e49ec8fbecf3a20fa060b582f"
Commit e22f579a authored by Surya Kodali's avatar Surya Kodali
Browse files

Temp fix for cython 3.0.0 breaking changes by downgrading to 0.29.36

parent 0d53acbc
......@@ -2,5 +2,5 @@
requires = [
"setuptools",
"wheel",
"Cython>=0.22"
"Cython==0.29.36"
]
......@@ -28,7 +28,7 @@ setup(
url="http://github.com/lucasb-eyer/pydensecrf",
ext_modules=ext_modules,
packages=["pydensecrf"],
setup_requires=['cython>=0.22'],
setup_requires=['cython==0.29.36'],
classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment