Commit
·
29d99a6
1
Parent(s):
6edfbcf
Update requirements.txt to remove outdated dependencies and streamline package list
Browse files- requirements.txt +23 -15
requirements.txt
CHANGED
|
@@ -1,16 +1,24 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
sentencepiece==0.2.0
|
| 5 |
-
pillow==11.1.0
|
| 6 |
-
av==12.1.0
|
| 7 |
-
numpy==1.26.2
|
| 8 |
-
scipy==1.12.0
|
| 9 |
-
requests==2.31.0
|
| 10 |
-
torchsde==0.2.6
|
| 11 |
-
|
| 12 |
einops
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.3.1
|
| 2 |
+
transformers
|
| 3 |
+
python-box
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
einops
|
| 5 |
+
omegaconf
|
| 6 |
+
pytorch_lightning
|
| 7 |
+
lightning
|
| 8 |
+
addict
|
| 9 |
+
timm
|
| 10 |
+
fast-simplification
|
| 11 |
+
bpy>=3.6.0
|
| 12 |
+
trimesh
|
| 13 |
+
open3d
|
| 14 |
+
pyrender
|
| 15 |
+
huggingface_hub
|
| 16 |
+
numpy==1.26.4
|
| 17 |
+
scipy
|
| 18 |
+
matplotlib
|
| 19 |
+
plotly
|
| 20 |
+
torch_scatter
|
| 21 |
+
torch_cluster
|
| 22 |
+
spconv-cu121
|
| 23 |
+
pyyaml
|
| 24 |
+
gradio-litmodel3d
|