ControlNet / pyproject.toml
YashNagraj75's picture
Setup
763c0f9
raw
history blame
245 Bytes
[project]
name = "controlnet"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"numpy>=2.2.4",
"pandas>=2.2.3",
"torch>=2.6.0",
"torchvision>=0.21.0",
]