Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 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
|
|
@@ -27,6 +26,8 @@ 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
|
| 32 |
git+https://github.com/NVlabs/nvdiffrast.git
|
|
|
|
| 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
|
|
|
|
| 26 |
fpsample
|
| 27 |
fast-simplification
|
| 28 |
MiniballCpp
|
| 29 |
+
numpy<2.0
|
| 30 |
+
|
| 31 |
git+https://github.com/ashawkey/diff-gaussian-rasterization.git
|
| 32 |
git+https://github.com/hbb1/diff-surfel-rasterization.git
|
| 33 |
git+https://github.com/NVlabs/nvdiffrast.git
|