[project] name = "rerun-apple-depth-pro" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.8" dependencies = [ "attrs>=24.2.0", "depth-pro", "gradio>=4.44.1", "gradio-rerun>=0.0.8", "rerun-sdk==0.19.0", "spaces>=0.30.4", ] [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" }