Skip to content

Commit

Permalink
relaxed fsspec version (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato authored Nov 27, 2024
1 parent 8c12732 commit c332b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"click",
"dask-image",
"dask>=2024.4.1",
"fsspec<=2023.6",
"fsspec",
"geopandas>=0.14",
"multiscale_spatial_image>=2.0.2",
"networkx",
Expand Down

0 comments on commit c332b18

Please sign in to comment.