Stomach_Cancer_Pytorch/pyproject.toml

22 lines
481 B
TOML

[project]
name = "pytorch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"matplotlib>=3.10.6",
"opencv-python-headless>=4.12.0.88",
"pandas>=2.3.2",
"scikit-image>=0.25.2",
"scikit-learn>=1.7.1",
"seaborn>=0.13.2",
"timm>=1.0.19",
"torch>=2.8.0",
"torchcam>=0.3.1",
"torchinfo>=1.8.0",
"torchmetrics>=1.8.2",
"torchvision>=0.23.0",
"tqdm>=4.67.1",
]