Skip to content

Commit ab04877

Browse files
committed
add datasets by default + s3 flavor
1 parent 8c15d3b commit ab04877

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
"safetensors",
2222
"dacite",
2323
"tqdm",
24+
"datasets",
2425
]
2526

2627
[tool.setuptools.packages.find]
@@ -53,6 +54,12 @@ nanosets = [
5354
"numba",
5455
]
5556

57+
s3 = [
58+
"boto3",
59+
"s3fs",
60+
"s5cmd",
61+
]
62+
5663
[build-system]
5764
requires = [
5865
"setuptools",

0 commit comments

Comments
 (0)