ome / ome-zarr-py

Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://pypi.org/project/ome-zarr
Other
156 stars 54 forks source link

Exclude fsspec 2023.9.0 #307

Closed will-moore closed 1 year ago

will-moore commented 1 year ago

In https://github.com/ome/ome-zarr-py/pull/301/files we needed to avoid the latest fsspec version fsspec 2023.9.0 due to avoid https://github.com/fsspec/filesystem_spec/issues/1357 (also reported at https://github.com/ome/ome-zarr-py/issues/304).

The fix at https://github.com/fsspec/filesystem_spec/pull/1358 is merged and should be included in the next fsspec release so we only need to exclude the current release version.

This makes the corresponding change to setup.py