Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit edd435f

Browse files
authored
Support torch 2.3 and remove version ceiling restriction (#1646)
1 parent ee0be47 commit edd435f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
_onnxruntime_deps = [
126126
"onnxruntime>=1.7.0",
127127
]
128-
_torch_deps = ["torch>=1.7.0,<2.2"]
128+
_torch_deps = ["torch>=1.7.0"]
129129
_computer_vision_deps = [
130-
"torchvision>=0.3.0,<0.17",
130+
"torchvision>=0.3.0",
131131
"opencv-python<=4.6.0.66",
132132
]
133133
_openpifpaf_integration_deps = [

0 commit comments

Comments
 (0)