Skip to content

Commit

Permalink
Support torch 2.3 and remove version ceiling restriction (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed May 6, 2024
1 parent ee0be47 commit edd435f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
_onnxruntime_deps = [
"onnxruntime>=1.7.0",
]
_torch_deps = ["torch>=1.7.0,<2.2"]
_torch_deps = ["torch>=1.7.0"]
_computer_vision_deps = [
"torchvision>=0.3.0,<0.17",
"torchvision>=0.3.0",
"opencv-python<=4.6.0.66",
]
_openpifpaf_integration_deps = [
Expand Down

0 comments on commit edd435f

Please sign in to comment.