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 f3d65a3 + 460b7fd commit 3561e2fCopy full SHA for 3561e2f
3 files changed
.github/dependabot.yml
@@ -13,6 +13,3 @@ updates:
13
patterns:
14
- "torch"
15
- "torchvision"
16
- ignore:
17
- - dependency-name: "setuptools"
18
- update-types: ["version-update:semver-patch"]
requirements/required.txt
@@ -3,6 +3,6 @@ numpy==2.4.3
3
pillow==12.1.1
4
safetensors==0.7.0
5
timm==1.0.26
6
-torch==2.10.0
7
-torchvision==0.25.0
+torch==2.11.0
+torchvision==0.26.0
8
tqdm==4.67.3
requirements/test.txt
@@ -4,4 +4,3 @@ pytest==9.0.2
pytest-xdist==3.8.0
pytest-cov==7.1.0
ruff==0.15.7
-setuptools==82.0.1
0 commit comments