Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
pydensecrf
Commits
e1880961
Unverified
Commit
e1880961
authored
Sep 28, 2023
by
Lucas Beyer
Committed by
GitHub
Sep 28, 2023
Browse files
Merge pull request #124 from kodalli/master
Fix for cython 3.0.0 breaking changes by downgrading to 0.29.36
parents
0d53acbc
e22f579a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+1
-1
No files found.
pyproject.toml
View file @
e1880961
...
...
@@ -2,5 +2,5 @@
requires
=
[
"setuptools"
,
"wheel"
,
"Cython
>
=0.2
2
"
"Cython
=
=0.2
9.36
"
]
setup.py
View file @
e1880961
...
...
@@ -28,7 +28,7 @@ setup(
url
=
"http://github.com/lucasb-eyer/pydensecrf"
,
ext_modules
=
ext_modules
,
packages
=
[
"pydensecrf"
],
setup_requires
=
[
'cython
>
=0.2
2
'
],
setup_requires
=
[
'cython
=
=0.2
9.36
'
],
classifiers
=
[
"Intended Audience :: Developers"
,
"License :: OSI Approved :: MIT License"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment