Skip to content

Commit

Permalink
pin datasets in examples requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jul 26, 2024
1 parent 31430d6 commit 4060e17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/openvino/audio-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
datasets>=1.14.0
datasets>=1.14.0,<2.20.0
evaluate
librosa
torchaudio
accelerate
accelerate
2 changes: 1 addition & 1 deletion examples/openvino/image-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datasets >= 1.8.0
datasets>=1.14.0,<2.20.0
torch >= 1.9.0
torchvision>=0.6.0
evaluate
Expand Down
2 changes: 1 addition & 1 deletion examples/openvino/question-answering/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datasets >= 1.8.0
datasets>=1.14.0,<2.20.0
torch >= 1.9.0
evaluate
accelerate
2 changes: 1 addition & 1 deletion examples/openvino/text-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datasets >= 1.8.0
datasets>=1.14.0,<2.20.0
sentencepiece != 0.1.92
scipy
scikit-learn
Expand Down

0 comments on commit 4060e17

Please sign in to comment.