Skip to content

Commit

Permalink
Update datasets to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Aug 22, 2024
1 parent 3ab176b commit 3e146fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libcommon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
python = "3.9.18"
appdirs = "^1.4.4"
cryptography = "^42.0.4"
datasets = {git = "https://github.com/huggingface/datasets.git", rev = "0036a5ea9b10719b735084038d7d98402d1fadfe", extras = ["audio", "vision"]} # branch = "datasets-2.19.1-hotfix"
datasets = {version = "~2.20.0", extras = ["audio", "vision"]}
environs = "^9.5.0"
fsspec = {version = "2024.3.1", extras = ["s3"]}
huggingface-hub = {version = "^0.24.6", extras = ["hf-transfer"]}
Expand Down

0 comments on commit 3e146fa

Please sign in to comment.