diff --git a/requirements.txt b/requirements.txt index 0c611eb..ca9522f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -numpy<2.0.0 # matplotlib is built with NumPy 1.x and conflicts with OpenCV 4.9+ -opencv-python==4.11.0.86 +opencv-python==4.13.0.92; sys_platform == 'linux' +opencv-python==4.11.0.86; sys_platform != 'linux' pyinstaller==6.19.0 lobe==0.6.2 ---extra-index-url https://google-coral.github.io/py-repo/ tflite-runtime==2.14.0; sys_platform == 'linux' +--extra-index-url https://google-coral.github.io/py-repo/ tflite-runtime==2.5.0.post1; sys_platform != 'linux'