start implementation

This commit is contained in:
Juraj Novosad
2025-07-07 12:00:02 +02:00
parent 8cb72e0539
commit babdffdd83
13 changed files with 560 additions and 0 deletions

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[project]
name = "eeg-code-research"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyyaml>=6.0.2",
"torch>=2.7.1",
]
[project.optional-dependencies]
dev = [
"types-PyYAML>=6.0.12",
]