depth_pro_custom_block / pyproject.toml
OzzyGT's picture
OzzyGT HF Staff
initial commit
88c28fc
[project]
name = "depth-pro-estimator"
version = "0.1.0"
description = "Modular Diffusers custom block for monocular depth estimation using Apple Depth Pro"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.0.0",
"av>=12.0.0",
"diffusers>=0.37.0",
"matplotlib>=3.7.0",
"pillow>=10.0.0",
"torch>=2.9.0",
"torchvision>=0.16.0",
"transformers>=5.1.0",
]