Closed will-moore closed 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).
fsspec 2023.9.0
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
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