File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,16 +26,6 @@ Homepage = "https://github.com/dhh/rapidobj-play"
2626Repository = " https://github.com/dhh/rapidobj-play"
2727Issues = " 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 ]
4030requires = [" scikit-build-core>=0.12" , " nanobind>=2.4.0" ]
4131build-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 ]
9574build = " cp312-* cp313-* cp314-*"
9675skip = " pp* *-musllinux_*"
You can’t perform that action at this time.
0 commit comments