Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNeRF committed Sep 27, 2024
1 parent 6bb591e commit c4e4f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ def get_extensions():
"jaxtyping",
"rich>=12",
"torch",
"torch_scatter" "typing_extensions; python_version<'3.8'",
"torch_scatter",
"typing_extensions; python_version<'3.8'",
],
extras_require={
# dev dependencies. Install them by `pip install gsplat[dev]`
Expand Down

0 comments on commit c4e4f6c

Please sign in to comment.