We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735cc52 commit 45f0e3bCopy full SHA for 45f0e3b
.github/workflows/prod-release.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Install PyTorch and dependencies
35
run: |
36
- pip install --index-url https://download.pytorch.org/whl/cpu torch==2.6.0
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
37
pip install -r ci/requirements.txt
38
pip install . --no-deps
39
ci/requirements.txt
@@ -8,5 +8,4 @@ pytest-flake8==1.1.1
8
pytest-pep8==1.0.6
9
pytest-lazy-fixture==0.6.3
10
numpy>=2.0.0
11
-scipy>=1.13.0
12
-torchvision>=0.21.0
+scipy>=1.13.0
0 commit comments