Skip to content

Commit

Permalink
fix(python): Fixed issue #202
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jul 11, 2024
1 parent 96893fd commit 13e0383
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions python/requirements_ort.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pyclipper>=1.2.0,<2.0
opencv_python>=4.5.1.48,<5.0
pyclipper>=1.2.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
six>=1.15.0,<2.0.0
Shapely>=1.7.1,<2.0.0
six>=1.15.0
Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug
PyYAML
Pillow
onnxruntime>=1.7.0,<2.0.0
onnxruntime>=1.7.0
8 changes: 4 additions & 4 deletions python/requirements_paddle.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyclipper>=1.2.0,<2.0
opencv_python>=4.5.1.48,<5.0
pyclipper>=1.2.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
six>=1.15.0,<2.0.0
Shapely>=1.7.1,<2.0.0
six>=1.15.0
Shapely>=1.7.1
PyYAML
Pillow
8 changes: 4 additions & 4 deletions python/requirements_vino.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pyclipper>=1.2.0,<2.0
pyclipper>=1.2.0
openvino>=2022.2.0
opencv_python>=4.5.1.48,<5.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
six>=1.15.0,<2.0.0
Shapely>=1.7.1,<2.0.0
six>=1.15.0
Shapely>=1.7.1
PyYAML
Pillow

0 comments on commit 13e0383

Please sign in to comment.