Spaces:
Sleeping
Sleeping
[project] | |
name = "repl-nix-workspace" | |
version = "0.1.0" | |
description = "Eye Movement" | |
requires-python = ">=3.11" | |
dependencies = [ | |
"matplotlib>=3.10.3", | |
"numpy>=2.2.6", | |
"plotly>=6.1.0", | |
"streamlit>=1.45.1", | |
"opencv-python", | |
"dlib", | |
"imutils", | |
"pyautogui" | |
] | |