Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
torch==2.1.0
|
| 2 |
torchvision==0.16.0
|
| 3 |
torchaudio==2.1.0
|
|
|
|
| 4 |
pytorch-lightning==2.4.0
|
| 5 |
einops
|
| 6 |
plotly
|
|
@@ -25,7 +26,6 @@ xatlas
|
|
| 25 |
pygltflib
|
| 26 |
fpsample
|
| 27 |
fast-simplification
|
| 28 |
-
numpy==1.26.1
|
| 29 |
MiniballCpp
|
| 30 |
git+https://github.com/ashawkey/diff-gaussian-rasterization.git
|
| 31 |
git+https://github.com/hbb1/diff-surfel-rasterization.git
|
|
|
|
| 1 |
torch==2.1.0
|
| 2 |
torchvision==0.16.0
|
| 3 |
torchaudio==2.1.0
|
| 4 |
+
numpy==1.26.1
|
| 5 |
pytorch-lightning==2.4.0
|
| 6 |
einops
|
| 7 |
plotly
|
|
|
|
| 26 |
pygltflib
|
| 27 |
fpsample
|
| 28 |
fast-simplification
|
|
|
|
| 29 |
MiniballCpp
|
| 30 |
git+https://github.com/ashawkey/diff-gaussian-rasterization.git
|
| 31 |
git+https://github.com/hbb1/diff-surfel-rasterization.git
|