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.
2 parents 94749d2 + a4b3d5e commit a7819d1Copy full SHA for a7819d1
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
fi
46
47
- name: Upload artifact
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: dist
51
path: dist/
@@ -60,7 +60,7 @@ jobs:
60
61
steps:
62
- name: Download artifact
63
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
64
65
66
requirements/dev.txt
@@ -12,7 +12,7 @@ flake8==7.0.0
12
mypy==1.8.0
13
types-retry==0.9.9.4
14
freezegun==1.5.0
15
-torch>=1.13.1
+torch==2.5.1
16
httpx==0.27.0
17
ruff==0.4.7
18
aioresponses==0.7.6
requirements/torch.txt
@@ -1 +1 @@
1
0 commit comments