29 lines
710 B
TOML
29 lines
710 B
TOML
[project]
|
|
name = "thesis"
|
|
version = "0.0.1"
|
|
description = "Моя диссертационная работа"
|
|
authors = [
|
|
{name = "Zin"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.11,<3.15"
|
|
dependencies = [
|
|
"torch (==2.9.1)",
|
|
"torchvision (==0.24.1)",
|
|
"matplotlib (>=3.10.8,<4.0.0)",
|
|
"jupyterlab (>=4.5.1,<5.0.0)",
|
|
"ipykernel (>=7.1.0,<8.0.0)",
|
|
"torchaudio (>=2.9.1,<3.0.0)",
|
|
"numpy (>=2.4.1,<3.0.0)",
|
|
"pandas (>=2.3.3,<3.0.0)",
|
|
"scikit-learn (>=1.8.0,<2.0.0)",
|
|
"tqdm (>=4.67.1,<5.0.0)",
|
|
"jupyter (>=1.1.1,<2.0.0)",
|
|
"findingemo-light (>=1.0.0,<2.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|