imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
32 stars 5 forks source link

Unpin Pillow #112

Closed manthey closed 10 months ago

manthey commented 10 months ago

Is there a reason Pillow is pinned to version 9.x? Can it be unpinned to allow Pillow 10? I think this is just changing https://github.com/imi-bigpicture/wsidicom/blob/main/pyproject.toml#L23

Thank you.

erikogabrielsson commented 10 months ago

Hi @manthey and thanks for posting this issue. I was not aware that Pillow 10 had been released. I have now changed the version dependency to include both Pillow 9 and 10.