Skip to content

Commit e97f293

Browse files
committed
Support for PyTorch 2.6 and Python 3.13
1 parent d80ff3b commit e97f293

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "torchattack"
33
description = "A curated list of adversarial attacks in PyTorch, with a focus on transferable black-box attacks"
44
authors = [{ name = "spencerwooo", email = "spencer.woo@outlook.com" }]
5-
requires-python = ">=3.10,<3.13"
5+
requires-python = ">=3.10,<3.14"
66
readme = "README.md"
77
license = { file = "LICENSE" }
88
classifiers = [

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile pyproject.toml -o requirements.txt
33
filelock==3.16.1
4-
# via
5-
# torch
6-
# triton
4+
# via torch
75
fsspec==2024.10.0
86
# via torch
97
jinja2==3.1.4
@@ -42,6 +40,8 @@ nvidia-cusparse-cu12==12.3.1.170
4240
# via
4341
# nvidia-cusolver-cu12
4442
# torch
43+
nvidia-cusparselt-cu12==0.6.2
44+
# via torch
4545
nvidia-nccl-cu12==2.21.5
4646
# via torch
4747
nvidia-nvjitlink-cu12==12.4.127
@@ -59,13 +59,13 @@ setuptools==75.8.0
5959
# via torch
6060
sympy==1.13.1
6161
# via torch
62-
torch==2.5.1
62+
torch==2.6.0
6363
# via
6464
# torchattack (pyproject.toml)
6565
# torchvision
66-
torchvision==0.20.1
66+
torchvision==0.21.0
6767
# via torchattack (pyproject.toml)
68-
triton==3.1.0
68+
triton==3.2.0
6969
# via torch
7070
typing-extensions==4.12.2
7171
# via torch

0 commit comments

Comments
 (0)