ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS
https://dask-ms.readthedocs.io
Other
19 stars 7 forks source link

DaskMSStore depends on fsspec >= 2022.7.0 #328

Closed sjperkins closed 5 months ago

sjperkins commented 6 months ago

DaskMSStore depends on fsspec >= 2022.7.0 for it's functionality. We therefore specify fsspec as a full dependency.

Closes #327

sjperkins commented 6 months ago

@tmolteno Can you confirm that this PR solves your problem? It should be possible to try it out with:

$ pip install "dask-ms[zarr] @ git+https://github.com/ratt-ru/dask-ms.git@add-fsspec-dependency"