[build-system] requires = ["setuptools>=64", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mapgs" version = "0.1.0" description = "MapGS: Map-Anchored Gaussian Tokens for Feed-Forward Driving Reconstruction and Out-of-Trajectory Simulation" readme = "README.md" requires-python = ">=3.10" authors = [{ name = "MapGS authors" }] dependencies = [ "torch>=2.2", "numpy", "einops", "scipy", "opencv-python-headless", "pyyaml", "tqdm", "imageio", "lpips", ] [project.optional-dependencies] render = ["gsplat>=1.0"] dev = ["pytest", "matplotlib", "scikit-image"] [tool.setuptools.packages.find] include = ["mapgs*"] [tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q"