File size: 318 Bytes
763c0f9 97faf00 763c0f9 2bd73d5 82afd8e 763c0f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [project]
name = "controlnet"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"numpy>=2.2.4",
"opencv-python>=4.11.0.86",
"pandas>=2.2.3",
"torch>=2.6.0",
"torchvision>=0.21.0",
"tqdm>=4.67.1",
"wandb>=0.19.9",
]
|