ControlNet / pyproject.toml
YashNagraj75's picture
Add cv2 to the requirements
97faf00
raw
history blame contribute delete
318 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",
"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",
]