kaifz commited on
Commit
e7d809a
·
1 Parent(s): 1636617

update path

Browse files
Files changed (1) hide show
  1. 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
- # --- everything that depends on torch *after* this point --------------
46
- # editable build (keeps recompiling when you edit the code)
47
- -e /home/user/app/src/third-party/diff-gaussian-rasterization-w-depth
48
- # or, if you prefer an immutable wheel:
49
- # diff-gaussian-rasterization @ ./src/third-party/diff-gaussian-rasterization-w-depth
 
 
 
 
 
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