File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22name = " torchattack"
33description = " A curated list of adversarial attacks in PyTorch, with a focus on transferable black-box attacks"
44authors = [{ name = " spencerwooo" , email = " spencer.woo@outlook.com" }]
5- requires-python = " >=3.10,<3.13 "
5+ requires-python = " >=3.10,<3.14 "
66readme = " README.md"
77license = { file = " LICENSE" }
88classifiers = [
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
22# uv pip compile pyproject.toml -o requirements.txt
33filelock == 3.16.1
4- # via
5- # torch
6- # triton
4+ # via torch
75fsspec == 2024.10.0
86 # via torch
97jinja2 == 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
4545nvidia-nccl-cu12 == 2.21.5
4646 # via torch
4747nvidia-nvjitlink-cu12 == 12.4.127
@@ -59,13 +59,13 @@ setuptools==75.8.0
5959 # via torch
6060sympy == 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
7070typing-extensions == 4.12.2
7171 # via torch
You can’t perform that action at this time.
0 commit comments