Skip to content

Commit

Permalink
remove version restriction on botocore3
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jul 6, 2023
1 parent d949a1a commit 9b0fad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp==3.8.4
aiobotocore==2.5.0
aiohttp_cors
aiofiles
botocore==1.29.76
botocore
cryptography
numcodecs
numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"aiobotocore==2.5.0",
"aiohttp_cors",
"aiofiles",
"botocore==1.29.76",
"botocore",
"cryptography",
"numcodecs",
"numpy",
Expand Down

0 comments on commit 9b0fad6

Please sign in to comment.