Skip to content

Commit 508b077

Browse files
committed
Removed several dependencies from the lock file and deleted sampling_points.py.
1 parent 6c449b9 commit 508b077

3 files changed

Lines changed: 58 additions & 1160 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ Homepage = "https://github.com/dhh/rapidobj-play"
2626
Repository = "https://github.com/dhh/rapidobj-play"
2727
Issues = "https://github.com/dhh/rapidobj-play/issues"
2828

29-
[dependency-groups]
30-
dev = [
31-
"polars>=1.37.1",
32-
"pymeshlab",
33-
"safetensors>=0.7.0",
34-
"torch==2.8.0",
35-
"torchvision>=0.23.0",
36-
"typer-slim>=0.21.1",
37-
]
38-
3929
[build-system]
4030
requires = ["scikit-build-core>=0.12", "nanobind>=2.4.0"]
4131
build-backend = "scikit_build_core.build"
@@ -77,20 +67,9 @@ sdist.exclude = [
7767
"main.cpp",
7868
"main.py",
7969
"out.ipc",
80-
"sampling_points.py",
8170
"uv.lock",
8271
]
8372

84-
[tool.uv.sources]
85-
torch = [{ index = "pytorch-cu129", marker = "sys_platform == 'linux'" }]
86-
torchvision = [{ index = "pytorch-cu129", marker = "sys_platform == 'linux'" }]
87-
88-
89-
[[tool.uv.index]]
90-
name = "pytorch-cu129"
91-
url = "https://download.pytorch.org/whl/cu129"
92-
explicit = true
93-
9473
[tool.cibuildwheel]
9574
build = "cp312-* cp313-* cp314-*"
9675
skip = "pp* *-musllinux_*"

0 commit comments

Comments
 (0)