Closed NickAkhmetov closed 2 days ago
We are currently pinned to numpy v1: https://github.com/vitessce/vitessce-python/blob/main/pyproject.toml#L35
This change was made due to dependency conflicts with ome_zarr/skimage: https://github.com/vitessce/vitessce-python/pull/349
ome_zarr
skimage
Numpy v2 is now supported in ome_zarr: https://github.com/ome/ome-zarr-py/pull/391 The scikit image issues also appear to have been resolved in the last release: https://github.com/scikit-image/scikit-image/pull/7414
I think this is resolved by #390 but please reopen if not
We are currently pinned to numpy v1: https://github.com/vitessce/vitessce-python/blob/main/pyproject.toml#L35
This change was made due to dependency conflicts with
ome_zarr
/skimage
: https://github.com/vitessce/vitessce-python/pull/349Numpy v2 is now supported in
ome_zarr
: https://github.com/ome/ome-zarr-py/pull/391 The scikit image issues also appear to have been resolved in the last release: https://github.com/scikit-image/scikit-image/pull/7414