Skip to content

Commit

Permalink
Potentially more efficient boto s3fs install
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Oct 31, 2024
1 parent 2c3ba02 commit 25a56f5
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,11 +15,11 @@ torch = "^1.13.1"
pytest = "^8.3.2"
tqdm = "^4.66.4"
numpy = "^1.26.4"
s3fs = "^2022.11.0"
openpyxl = "^3.1.3"
boto3 = "^1.24.59"
botocore = "^1.27.59"
wasabi = "^1.1.3"
s3fs = {extras = ["boto3"], version = ">=2023.12.0"}
boto3 = "*"
botocore = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 25a56f5

Please sign in to comment.