Spaces:
Sleeping
Sleeping
Remove git+ from requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ torchaudio===2.2.1
|
|
5 |
omegaconf==2.3.0
|
6 |
Pillow==10.1.0
|
7 |
einops==0.7.0
|
8 |
-
git+https://github.com/tatsy/torchmcubes.git
|
9 |
diffusers[torch]
|
10 |
transformers==4.35.0
|
11 |
trimesh==4.0.5
|
|
|
5 |
omegaconf==2.3.0
|
6 |
Pillow==10.1.0
|
7 |
einops==0.7.0
|
8 |
+
# git+https://github.com/tatsy/torchmcubes.git
|
9 |
diffusers[torch]
|
10 |
transformers==4.35.0
|
11 |
trimesh==4.0.5
|