diff --git a/python/requirements_ort.txt b/python/requirements_ort.txt index e19741ff1..96a89516b 100644 --- a/python/requirements_ort.txt +++ b/python/requirements_ort.txt @@ -1,6 +1,6 @@ pyclipper>=1.2.0 opencv_python>=4.5.1.48 -numpy>=1.19.5,<2.0.0 +numpy>=1.19.5,<3.0.0 six>=1.15.0 Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML diff --git a/python/requirements_paddle.txt b/python/requirements_paddle.txt index e53f19586..f26a557d3 100644 --- a/python/requirements_paddle.txt +++ b/python/requirements_paddle.txt @@ -1,6 +1,6 @@ pyclipper>=1.2.0 opencv_python>=4.5.1.48 -numpy>=1.19.5,<2.0.0 +numpy>=1.19.5,<3.0.0 six>=1.15.0 Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML diff --git a/python/requirements_vino.txt b/python/requirements_vino.txt index 7ba825b60..38865db82 100644 --- a/python/requirements_vino.txt +++ b/python/requirements_vino.txt @@ -1,7 +1,7 @@ pyclipper>=1.2.0 openvino>=2022.2.0 opencv_python>=4.5.1.48 -numpy>=1.19.5,<2.0.0 +numpy>=1.19.5,<3.0.0 six>=1.15.0 Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML