Skip to content

Commit

Permalink
fix(python): Fixed issue #202 and add Shapely version limited
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jul 11, 2024
1 parent 13e0383 commit 304f773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements_paddle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pyclipper>=1.2.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
six>=1.15.0
Shapely>=1.7.1
Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug
PyYAML
Pillow
2 changes: 1 addition & 1 deletion python/requirements_vino.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ openvino>=2022.2.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
six>=1.15.0
Shapely>=1.7.1
Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug
PyYAML
Pillow

0 comments on commit 304f773

Please sign in to comment.