lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.93k stars 411 forks source link

Fix for cython 3.0.0 breaking changes by downgrading to 0.29.36 #124

Closed kodalli closed 9 months ago

kodalli commented 11 months ago

Closes #123

A better solution would be to update the package to work with cython 3.0.0 but I'm not familiar with the library. This should at least build now.

To use with docker: RUN python -m pip install git+https://github.com/kodalli/pydensecrf.git

lucasb-eyer commented 9 months ago

Thanks! I don't really have the time to look into fixing this, so would be happy if someone can submit a PR to fix it.