depth_anything_custom_block / pyproject.toml
OzzyGT's picture
OzzyGT HF Staff
intiial commit
b36de4d
[project]
name = "depth-anything-v2-estimator"
version = "0.1.0"
description = "Modular Diffusers custom block for monocular depth estimation using Depth Anything V2"
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",
]