Skip to content

Commit

Permalink
Try to solve boto and s3fs version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Oct 31, 2024
1 parent 692276c commit 2c3ba02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ torch = "^1.13.1"
pytest = "^8.3.2"
tqdm = "^4.66.4"
numpy = "^1.26.4"
s3fs = "^2022.5.0"
s3fs = "^2022.11.0"
openpyxl = "^3.1.3"
boto3 = "^1.34.99"
botocore = "^1.34.99"
boto3 = "^1.24.59"
botocore = "^1.27.59"
wasabi = "^1.1.3"

[build-system]
Expand Down

0 comments on commit 2c3ba02

Please sign in to comment.