26 lines
581 B
TOML
Executable File
26 lines
581 B
TOML
Executable File
[project]
|
|
name = "fetus-event-detection-classification"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [{ name = "kanopo", email = "dmitri.ollari@protonmail.com" }]
|
|
requires-python = ">=3.12,<3.13"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
dependencies = [
|
|
"pandas>=2.2.2,<3",
|
|
"matplotlib>=3.9.1,<4",
|
|
"torch>=2.3.1,<3",
|
|
"seaborn>=0.13.2,<0.14",
|
|
"imblearn>=0.0,<0.1",
|
|
"imbalanced-learn>=0.12.3,<0.13",
|
|
"torchmetrics>=1.4.0.post0,<2",
|
|
"tqdm>=4.66.4,<5",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|