Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdumas committed Sep 13, 2024
1 parent 7bdbd51 commit 155efa9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[project]
name = "diff-surfel-rasterization"
version = "0.1.0"
description = "A differentiable rasterizer for 2DGS"
requires-python = ">=3.10"
dependencies = ["torch"]

[build-system]
requires = ["setuptools", "torch"]
build-backend = "setuptools.build_meta"

[tool.uv.pip]
extra-index-url = ["https://download.pytorch.org/whl/cu124"]

0 comments on commit 155efa9

Please sign in to comment.