From f9dafff11f6d6c5b033922c1f04b1e14c3e5b035 Mon Sep 17 00:00:00 2001 From: BrianWhitneyAI Date: Mon, 29 Jul 2024 13:54:22 -0700 Subject: [PATCH 1/2] bugfix/unpin-fsspec --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2efc9a2..d53de81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "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", From 82c684011eb36d5c71d1e84c7959919805d4b215 Mon Sep 17 00:00:00 2001 From: BrianWhitneyAI Date: Mon, 29 Jul 2024 13:55:00 -0700 Subject: [PATCH 2/2] bugfix/unpin-fsspec --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d53de81..c524d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,6 @@ 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", "numpy>=1.16,<2", "PyYAML>=6.0",