We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97386c5 commit 6aa9e2eCopy full SHA for 6aa9e2e
requirements.txt
@@ -1,8 +1,8 @@
1
#numpy<2.0.0 # matplotlib is built with NumPy 1.x and conflicts with OpenCV 4.9+
2
opencv-python==4.12.0.88
3
pyinstaller==6.14.2
4
-lobe[tflite]==0.6.2
+lobe[tflite]==0.6.2; sys_platform != 'linux'
5
+lobe[tf]; sys_platform == 'linux'
6
7
--extra-index-url https://google-coral.github.io/py-repo/
-tflite-runtime==2.14.0; sys_platform == 'linux'
8
tflite-runtime==2.5.0.post1; sys_platform != 'linux'
0 commit comments