Skip to content

Commit

Permalink
fix: Update Torchvision version to address dependency resolution issue (
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Sep 25, 2023
1 parent 670d2be commit ecdc040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packaging
pybind11==2.6.2
--extra-index-url https://download.pytorch.org/whl/nightly/cu121
torch>=2.2.0.dev,<2.3.0
torchvision>=0.16.0.dev,<0.17.0
torchvision>=0.17.0.dev,<0.18.0
--extra-index-url https://pypi.ngc.nvidia.com
tensorrt==8.6.1
pyyaml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
torchvision = ["torchvision >=0.16.dev,<0.17.0"]
torchvision = ["torchvision >=0.17.dev,<0.18.0"]

[project.urls]
Homepage = "https://pytorch.org/tensorrt"
Expand Down

0 comments on commit ecdc040

Please sign in to comment.