Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelogs/master/changed/20250320_change_imagecorruptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Switch imagecorruptions dependency

The existing PyPi `imagecorruptions` package introduces test
failures due to broken determinism and broken `scikit-image`
compatability.

A [fix](https://github.com/bethgelab/imagecorruptions/pull/27)
was provided, yet ignored for several months. Therefore a
[fork](https://github.com/imaug/imagecorruptions) was necessary which
fixes the issues and provides the PyPi `imagecorruptions-imaug` package.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"opencv-python",
"imageio",
"Shapely",
# TODO(erjel): Ask for new version with included fixes on PyPi
#imagecorruptions>=1.1.3
"imagecorruptions @ git+https://github.com/erjel/imagecorruptions.git@c3079b5123f8db32832c2c8b482fe377dafdd448",
"imagecorruptions-imaug>=1.1.3",
]

ALT_INSTALL_REQUIRES = {
Expand Down
Loading