Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Feb 7, 2023
1 parent 0d9482b commit d047c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.pdm]
[tool.pdm.dev-dependencies]
dev = ["black>=22.12.0", "ruff>=0.0.235", "mypy>=0.991", "pre-commit>=3.0.0"]
dev = ["black>=23.1.0", "ruff>=0.0.243", "mypy>=1.0.0", "pre-commit>=3.0.4"]

[project]
name = "torchattack"
version = "0.1.1"
version = "0.1.2"
description = "A set of adversarial attacks implemented in PyTorch"
authors = [{ name = "spencerwooo", email = "[email protected]" }]
dependencies = ["torch>=1.13.1", "torchvision>=0.14.1", "numpy>=1.24.1"]
dependencies = ["torch>=1.13.1", "torchvision>=0.14.1", "numpy>=1.24.2"]
# 3.11 and above is not supported until PyTorch officially releases 2.0
requires-python = ">=3.10,<3.11"
readme = "README.md"
Expand Down

0 comments on commit d047c10

Please sign in to comment.