vitessce / vitessce-python

Python API and Jupyter widget for Vitessce
https://python-docs.vitessce.io
MIT License
40 stars 7 forks source link

Enable `numpy` v2 Support/Unpin `numpy` v1 #362

Closed NickAkhmetov closed 2 days ago

NickAkhmetov commented 2 months 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

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

keller-mark commented 2 days ago

I think this is resolved by #390 but please reopen if not