Hi there! We are a downstream consumer of nnunetv2. We recently ran into issues with the imagecodecs package due to the maintainer deleting wheel files from PyPI, which broke frozen requirements:
I was curious why imagecodecs was getting installed in the first place, and found that nnunetv2 has installed this package since the commit fee6fa2. But, there are no other code results, no imports, no usages.
So, what purpose does imagecodecs have for the nnunetv2 package? Is it necessary?