Skip to content

Commit

Permalink
add datasets by default + s3 flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
eliebak committed Sep 4, 2024
1 parent 8c15d3b commit ab04877
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"safetensors",
"dacite",
"tqdm",
"datasets",
]

[tool.setuptools.packages.find]
Expand Down Expand Up @@ -53,6 +54,12 @@ nanosets = [
"numba",
]

s3 = [
"boto3",
"s3fs",
"s5cmd",
]

[build-system]
requires = [
"setuptools",
Expand Down

0 comments on commit ab04877

Please sign in to comment.