diff --git a/pyproject.toml b/pyproject.toml index 2efc9a2..c524d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,7 @@ dynamic = ["version"] dependencies = [ "bioio-base>=0.3.0", "dask[array]>=2021.4.1", - # fssspec restricted due to glob issue tracked here, when fixed remove ceiling - # https://github.com/fsspec/filesystem_spec/issues/1380 - "fsspec>=2022.8.0,<2023.9.0", + "fsspec>=2022.8.0", "numpy>=1.16,<2", "PyYAML>=6.0", "xarray>=0.16.1",