Skip to content

Commit

Permalink
Pin datasets<2.20.0 for examples (#31417)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyeroberts authored Jun 14, 2024
1 parent cfb22e0 commit 833fc17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/flax/_tests_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datasets >= 1.1.3
datasets >= 1.13.3,<2.20.0 # Temporary upper version
pytest<8.0.1
conllu
nltk
Expand All @@ -7,4 +7,4 @@ seqeval
tensorboard
evaluate >= 0.2.0
torch
accelerate
accelerate
2 changes: 1 addition & 1 deletion examples/pytorch/_tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ streamlit
elasticsearch
nltk
pandas
datasets >= 1.13.3
datasets >= 1.13.3,<2.20.0 # Temporary upper version
fire
pytest<8.0.1
conllu
Expand Down
2 changes: 1 addition & 1 deletion examples/tensorflow/_tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ streamlit
elasticsearch
nltk
pandas
datasets >= 1.13.3
datasets >= 1.13.3,<2.20.0 # Temporary upper version
fire
pytest<8.0.1
conllu
Expand Down

0 comments on commit 833fc17

Please sign in to comment.