Skip to content

Commit 45f0e3b

Browse files
author
Aleksei Tiulpin
committed
still some work to do on the requirements file
1 parent 735cc52 commit 45f0e3b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/prod-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install PyTorch and dependencies
3535
run: |
36-
pip install --index-url https://download.pytorch.org/whl/cpu torch==2.6.0
36+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
3737
pip install -r ci/requirements.txt
3838
pip install . --no-deps
3939

ci/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ pytest-flake8==1.1.1
88
pytest-pep8==1.0.6
99
pytest-lazy-fixture==0.6.3
1010
numpy>=2.0.0
11-
scipy>=1.13.0
12-
torchvision>=0.21.0
11+
scipy>=1.13.0

0 commit comments

Comments
 (0)