git / pyproject.toml
Leonardo6's picture
Add files using upload-large-folder tool
63e060d verified
[project]
name = "homework4"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.3",
"numpy>=2.2.5",
"pillow>=11.2.1",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
"torch>=2.7.0",
"torchvision>=0.22.0",
"tqdm>=4.67.1",
"visdom>=0.2.4",
]