File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 57
57
run : pip install --upgrade uv
58
58
- name : Install dependencies
59
59
run : uv pip install --system "datasets[tests] @ ."
60
- - name : Install dependencies (latest versions)
61
- if : ${{ matrix.os == 'ubuntu-latest' }}
62
- run : uv pip install --system -r additional-tests-requirements.txt --no-deps
63
60
- name : Install dependencies (latest versions)
64
61
if : ${{ matrix.deps_versions == 'deps-latest' }}
65
62
run : uv pip install --system --upgrade pyarrow huggingface-hub dill
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 182
182
"tensorflow>=2.16.0; python_version>='3.10'" , # Pins numpy < 2
183
183
"tiktoken" ,
184
184
"torch>=2.0.0" ,
185
+ "torchdata" ,
185
186
"soundfile>=0.12.1" ,
186
187
"transformers>=4.42.0" , # Pins numpy < 2
187
188
"zstandard" ,
You can’t perform that action at this time.
0 commit comments