Skip to content

Commit

Permalink
allow s3fs>2023.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Sep 21, 2023
1 parent a06bb05 commit 2d3b00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ complete = [
"pystac[urllib3]<=1.7.3",
"requests",
"rtree",
"s3fs<2023.9.0",
"s3fs!=2023.9.0",
"werkzeug>=0.15",
]
contours = [
Expand All @@ -84,7 +84,7 @@ s3 = [
"aiobotocore>=1.1.2",
"boto3>=1.14.44",
"fsspec[s3]",
"s3fs<2023.9.0",
"s3fs!=2023.9.0",
]
serve = [
"Flask",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pydantic>=2.3.0
pydantic_settings>=2.0.0
retry>=0.9.2
rasterio>1.2.10
s3fs<2023.9.0
s3fs>2023.9.0
Shapely>=2.0.0
tilematrix>=2022.12.0
tqdm>=4.46.0
Expand Down

0 comments on commit 2d3b00b

Please sign in to comment.