Spaces:
Sleeping
Sleeping
File size: 305 Bytes
1e91e1d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"mediapipe>=0.10.20",
"numpy>=1.26.4",
"opencv-python>=4.11.0.86",
"psycopg2-binary>=2.9.10",
"sqlalchemy>=2.0.37",
"streamlit>=1.42.0",
]
|