CIS5190 / pyproject.toml
KKaay's picture
Upload folder using huggingface_hub
89f6699 verified
Raw
History Blame Contribute Delete
258 Bytes
[project]
name = "final"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy",
"pandas",
"torch==2.9.1",
"torchvision",
"scikit-learn",
"opencv-python"
]