File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,14 @@ jobs:
51
51
sudo apt-get update
52
52
sudo apt-get -y -q install ffmpeg libavcodec-extra
53
53
python -m pip install --upgrade pip setuptools wheel
54
- pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^torch/d;/^torchvision/d;/^torchaudio/d;/^transformers/d' requirements_test.txt)
54
+ pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^torch/d;/^torchvision/d;/^torchaudio/d;/^transformers/d;/^safetensors/d ' requirements_test.txt)
55
55
pip install tensorflow==2.18.1
56
56
pip install keras==3.10.0
57
57
pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cpu
58
58
pip install torchvision==${{ matrix.torchvision }} --index-url https://download.pytorch.org/whl/cpu
59
59
pip install torchaudio==${{ matrix.torchaudio }} --index-url https://download.pytorch.org/whl/cpu
60
60
pip install transformers==${{ matrix.transformers }}
61
+ pip install safetensors==0.5.3
61
62
pip list
62
63
63
64
- name : Cache CIFAR-10 dataset
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ black==25.1.0
59
59
ruff==0.12.7
60
60
types-six==1.17.0.20250515
61
61
types-PyYAML==6.0.12.20250516
62
- types-setuptools==80.9.0.20250529
62
+ types-setuptools==80.9.0.20250801
63
63
64
64
# other
65
65
requests~=2.32.4
You can’t perform that action at this time.
0 commit comments