feat: initial project
This commit is contained in:
+4
-2
@@ -7,10 +7,12 @@ authors = [
|
||||
{ name = "Asger Gitz-Johansen", email = "asger.gitz@hotmail.com" }
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"torch"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
sleep-detection = "sleep_detection:main"
|
||||
sleep-detection = "sleep_detection.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.12.0,<0.13.0"]
|
||||
|
||||
Reference in New Issue
Block a user