update path
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -44,6 +44,6 @@ 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
|
48 |
# or, if you prefer an immutable wheel:
|
49 |
# diff-gaussian-rasterization @ ./src/third-party/diff-gaussian-rasterization-w-depth
|
|
|
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
|