Spaces:
Running
on
Zero
Running
on
Zero
[build-system] | |
requires = ["setuptools"] | |
build-backend = "setuptools.build_meta" | |
[tool.pyright] | |
include = ["unik3d"] | |
[project] | |
name = "unik3d" | |
version = "0.1" | |
authors = [{name = "Luigi Piccinelli", email = "[email protected]"}] | |
description = "UniK3D: Universal Monocular Metric Depth Estimation" | |
readme = "README.md" | |
license = { text="Creatives Common BY-NC 4.0 license"} | |
requires-python = ">=3.11.0" | |
dynamic = ["dependencies"] | |
[tool.setuptools.dynamic] | |
dependencies = {file = ["requirements.txt"]} | |
[tool.setuptools.package-data] | |
"*" = ["py.typed"] | |
[tool.setuptools.packages.find] | |
include = ["unik3d*"] | |