update path
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -42,8 +42,12 @@ dgl==2.4.0+cu124
|
|
42 |
|
43 |
warp-lang==1.1.0
|
44 |
|
45 |
-
#
|
46 |
-
#
|
47 |
-
|
48 |
-
|
49 |
-
#
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
warp-lang==1.1.0
|
44 |
|
45 |
+
# ------------------------------------------------------------------
|
46 |
+
# Gaussian-splatting extension from GitHub
|
47 |
+
# (choose ONE of the two lines)
|
48 |
+
|
49 |
+
# 1) pin to the latest main commit
|
50 |
+
git+https://github.com/kywind/diff-gaussian-rasterization-w-depth.git
|
51 |
+
|
52 |
+
# 2) or pin to a release tag, e.g. v0.1.0
|
53 |
+
# git+https://github.com/kywind/[email protected]#egg=diff-gaussian-rasterization
|