Skip to content

Commit e30d3da

Browse files
authored
Use TF for mac and win
1 parent 6aa9e2e commit e30d3da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#numpy<2.0.0 # matplotlib is built with NumPy 1.x and conflicts with OpenCV 4.9+
22
opencv-python==4.12.0.88
33
pyinstaller==6.14.2
4-
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/
8-
tflite-runtime==2.5.0.post1; sys_platform != 'linux'
4+
#lobe[tflite]==0.6.2; sys_platform != 'linux'
5+
#lobe[tf]; sys_platform == 'linux'
6+
lobe[tf]==0.6.2
7+
#--extra-index-url https://google-coral.github.io/py-repo/
8+
#tflite-runtime==2.5.0.post1; sys_platform != 'linux'

0 commit comments

Comments
 (0)