R3PM-Net / pyproject.toml
YasiiKB's picture
initial commit
97aa5af verified
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "r3pm_net"
version = "0.1.0"
description = "R3PM-Net point cloud registration"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"numpy",
"torch",
"tensorboardX",
"tqdm",
"pyyaml",
"open3d",
"tabulate",
]
[tool.hatch.build.targets.wheel]
packages = ["r3pm_net", "tools", "dataloader", "thirdparty"]
[tool.jupytext]
formats = "ipynb,py:light"