Files
sleep-detection/pyproject.toml
T
agj dcb46ec908 feat: first training attempt
It still sucks. I'm sure the the feature embedding is terribly wrong.
2026-08-02 10:29:55 +02:00

23 lines
448 B
TOML

[project]
name = "sleep-detection"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Asger Gitz-Johansen", email = "asger.gitz@hotmail.com" }
]
requires-python = ">=3.12"
dependencies = [
"torch",
"numpy",
"pandas",
"loguru"
]
[project.scripts]
sleep-detection = "sleep_detection.main:main"
[build-system]
requires = ["uv_build>=0.12.0,<0.13.0"]
build-backend = "uv_build"