Skip to content

Commit

Permalink
Temp fix for cython 3.0.0 breaking changes by downgrading to 0.29.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya Kodali committed Jul 21, 2023
1 parent 0d53acb commit e22f579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
requires = [
"setuptools",
"wheel",
"Cython>=0.22"
"Cython==0.29.36"
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
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",
Expand Down

0 comments on commit e22f579

Please sign in to comment.