Skip to content

Commit

Permalink
Limit fsspec version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Oct 19, 2023
1 parent 8369d6e commit 458d6e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ dynamic = ["version"]
dependencies = [
"bioio-base>=0.3.0",
"dask[array]>=2021.4.1",
"fsspec>=2022.8.0",
# 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",
"numpy>=1.16,<2",
"PyYAML>=6.0",
"xarray>=0.16.1",
Expand Down

0 comments on commit 458d6e3

Please sign in to comment.