We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e149003 commit 03ae14fCopy full SHA for 03ae14f
.github/workflows/weekly.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
include:
16
- python_version: "3.9"
17
- override_requirements: "numpy==1.24.0,torch==2.4.0"
+ override_requirements: "numpy==1.24.0,torch==2.4.0,torchvision==0.19"
18
- python_version: "3.11"
19
- python_version: "3.12"
20
uses: ./.github/workflows/call_precommit.yml
0 commit comments