Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
`torchvision` - `torch` compatability
  • Loading branch information
karibbov committed Jun 18, 2024
1 parent 4f41366 commit 6f539e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pre-commit = "^3"
mypy = "^1"
pytest = "^7"
types-PyYAML = "^6"
torchvision = "<0.16.0" # Used in examples
torchvision = ">=0.8.0" # Used in examples
mkdocs-material = "*"
mkdocs-autorefs = "*"
mkdocs-gen-files = "*"
Expand Down

0 comments on commit 6f539e8

Please sign in to comment.