Skip to content

Commit 46c39d8

Browse files
Add torchdata as a regular test dependency (#7172)
1 parent e450bd3 commit 46c39d8

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
run: pip install --upgrade uv
5858
- name: Install dependencies
5959
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
6360
- name: Install dependencies (latest versions)
6461
if: ${{ matrix.deps_versions == 'deps-latest' }}
6562
run: uv pip install --system --upgrade pyarrow huggingface-hub dill

additional-tests-requirements.txt

-1
This file was deleted.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
"tensorflow>=2.16.0; python_version>='3.10'", # Pins numpy < 2
183183
"tiktoken",
184184
"torch>=2.0.0",
185+
"torchdata",
185186
"soundfile>=0.12.1",
186187
"transformers>=4.42.0", # Pins numpy < 2
187188
"zstandard",

0 commit comments

Comments
 (0)