Files
Stomach_Cancer_Pytorch/pyproject.toml

19 lines
408 B
TOML

[project]
name = "pytorch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"opencv-python-headless>=4.12.0.88",
"pandas>=2.3.3",
"scikit-image>=0.25.2",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
"timm>=1.0.21",
"torchcam>=0.3.1",
"torchinfo>=1.8.0",
"torchmetrics>=1.8.2",
"tqdm>=4.67.1",
]