You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we make this a soft dependency on the version
Having a soft dependency should be fine. I'm not sure what the lowest version is that we should allow for numcodecs, but I think >=0.11.0 should be fine.
We are failing to support python 3.12 in neuroconv because hdmf-zarr has the following hard pin on numcodecs:
hdmf-zarr/pyproject.toml
Lines 34 to 35 in 300070b
(it also seems to be repeated)
Could we make this a soft dependency on the version?
numcodecs 0.12 introduced python 3.12 support:
https://numcodecs.readthedocs.io/en/stable/release.html
I can push a PR to change this but I just wanted to discuss this before.
The text was updated successfully, but these errors were encountered: