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
e22f579a
Commit
e22f579a
authored
Jul 21, 2023
by
Surya Kodali
Browse files
Temp fix for cython 3.0.0 breaking changes by downgrading to 0.29.36
parent
0d53acbc
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 @
e22f579a
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
requires
=
[
requires
=
[
"setuptools"
,
"setuptools"
,
"wheel"
,
"wheel"
,
"Cython
>
=0.2
2
"
"Cython
=
=0.2
9.36
"
]
]
setup.py
View file @
e22f579a
...
@@ -28,7 +28,7 @@ setup(
...
@@ -28,7 +28,7 @@ setup(
url
=
"http://github.com/lucasb-eyer/pydensecrf"
,
url
=
"http://github.com/lucasb-eyer/pydensecrf"
,
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
packages
=
[
"pydensecrf"
],
packages
=
[
"pydensecrf"
],
setup_requires
=
[
'cython
>
=0.2
2
'
],
setup_requires
=
[
'cython
=
=0.2
9.36
'
],
classifiers
=
[
classifiers
=
[
"Intended Audience :: Developers"
,
"Intended Audience :: Developers"
,
"License :: OSI Approved :: MIT License"
,
"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