Skip to content

Commit

Permalink
fix: fsspec and s3fs requirements must be compatible (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao authored Jul 7, 2022
1 parent f064aef commit 343de1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ dependencies = [
"pyproj >= 3.0",
"requests >= 2.27",
"xarray >= 0.19",
"fsspec >= 2022.5.0",
"fsspec >= 2022.1",
"aiohttp >= 3.8.1",
]

[project.optional-dependencies]
parallel = ["loky >= 2.9"]
s3 = [
"s3fs >= 2022.1.0",
"s3fs >= 2022.1",
"zarr >= 2.10"
]

Expand Down

0 comments on commit 343de1c

Please sign in to comment.