rerun-ml-depth-pro / pyproject.toml
oxkitsune's picture
spaces
95377ef
raw
history blame
564 Bytes
[project]
name = "rerun-apple-depth-pro"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"attrs>=24.2.0",
"depth-pro",
"gradio>=4.44.1",
"gradio-rerun>=0.0.6",
"opencv-python>=4.10.0.84",
"rerun-sdk==0.18.2",
"spaces>=0.30.3",
]
[tool.uv]
dev-dependencies = [
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"matplotlib>=3.9.2",
"rich>=13.9.2",
"tqdm>=4.66.5",
]
[tool.uv.sources]
depth-pro = { git = "https://github.com/apple/ml-depth-pro" }