Skip to content

Commit

Permalink
Temporarily pin datasets upper version to fix CI (huggingface#31407)
Browse files Browse the repository at this point in the history
Temporarily pin datasets upper version
  • Loading branch information
albertvillanova authored Jun 13, 2024
1 parent 67a4ef8 commit b767282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"codecarbon==1.2.0",
"cookiecutter==1.7.3",
"dataclasses",
"datasets!=2.5.0",
"datasets!=2.5.0,<2.20.0", # Temporary upper version
"decord==0.6.0",
"deepspeed>=0.9.3",
"diffusers",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"codecarbon": "codecarbon==1.2.0",
"cookiecutter": "cookiecutter==1.7.3",
"dataclasses": "dataclasses",
"datasets": "datasets!=2.5.0",
"datasets": "datasets!=2.5.0,<2.20.0",
"decord": "decord==0.6.0",
"deepspeed": "deepspeed>=0.9.3",
"diffusers": "diffusers",
Expand Down

0 comments on commit b767282

Please sign in to comment.