Skip to content

Commit

Permalink
feat: 🎸 upgrade datasets to 1.18.4 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Mar 7, 2022
1 parent 45c3888 commit dab06aa
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
63 changes: 40 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ apache-beam = "^2.33.0"
appdirs = "^1.4.4"
bs4 = "^0.0.1"
conllu = "^4.4.1"
datasets = { git = "https://github.com/huggingface/datasets.git", rev = "8ae21bf6a77175dc803ce2f1b93d18b8fbf45586", extras = [
"audio",
"vision",
] }
datasets = { extras = ["audio", "vision"], version = "^1.18.4" }
diskcache = "^5.2.1"
function-parser = "^0.0.3"
gdown = "^4.2.0"
Expand Down

0 comments on commit dab06aa

Please sign in to comment.