cels / pyproject.toml
alexandraroze's picture
solution
50bd1fc
raw
history blame contribute delete
521 Bytes
[project]
name = "cels-test"
version = "0.1.0"
description = ""
authors = [
{name = "AleksandraSorokovikova",email = "alexandraroze2000@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"torch (>=2.6.0,<3.0.0)",
"torchvision (>=0.21.0,<0.22.0)",
"matplotlib (>=3.10.0,<4.0.0)",
"wandb (>=0.19.6,<0.20.0)",
"tqdm (>=4.67.1,<5.0.0)",
"streamlit (>=1.42.0,<2.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"