Skip to content

Commit a7819d1

Browse files
authored
Merge pull request #2623 from opentensor/bump/updates-torch
Pins torch version to 2.5.1
2 parents 94749d2 + a4b3d5e commit a7819d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: dist
5151
path: dist/
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Download artifact
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: dist
6666
path: dist/

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flake8==7.0.0
1212
mypy==1.8.0
1313
types-retry==0.9.9.4
1414
freezegun==1.5.0
15-
torch>=1.13.1
15+
torch==2.5.1
1616
httpx==0.27.0
1717
ruff==0.4.7
1818
aioresponses==0.7.6

requirements/torch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
torch>=1.13.1
1+
torch==2.5.1

0 commit comments

Comments
 (0)