VGG-CNN / pyproject.toml
AAAkater's picture
Upload folder using huggingface_hub
d10b7cf verified
[project]
name = "vgg-cnn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"huggingface-hub[cli]>=0.35.3",
"torch>=2.8.0",
"torchvision>=0.23.0",
]