Spaces:
Runtime error
Runtime error
File size: 572 Bytes
b3e6872 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Core packages flask==2.3.2 flask-cors==3.0.10 flask-socketio==5.3.4 python-engineio==4.3.4 python-socketio==5.8.0 eventlet==0.33.3 # Computer Vision opencv-python-headless==4.8.0.74 numpy==1.24.3 # Pinned to version compatible with tensorflow-cpu # Machine Learning tensorflow-cpu==2.13.0 # Version supporting CAST op version 5 mediapipe==0.10.9 # Latest stable version # Additional dependencies protobuf>=3.20.3,<4 # Minimum version for TF while keeping mediapipe compatibility absl-py==1.4.0 flatbuffers>=2.0 # Required by mediapipe 0.10.9 |