Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
|
@@ -1,21 +1,14 @@
|
|
| 1 |
-
# Install PyTorch first (required by other packages)
|
| 2 |
torch>=2.0.0
|
| 3 |
torchvision
|
| 4 |
torchaudio
|
| 5 |
-
|
| 6 |
-
# Install other basic dependencies
|
| 7 |
numpy
|
| 8 |
scipy
|
| 9 |
Pillow
|
| 10 |
transformers
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
-
# Then
|
| 15 |
-
gradio
|
| 16 |
-
|
| 17 |
-
# Finally install packages that need PyTorch to compile
|
| 18 |
git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
|
| 19 |
git+https://github.com/nerfstudio-project/gsplat.git@32f2a54d21c7ecb135320bb02b136b7407ae5712
|
| 20 |
-
|
| 21 |
-
# Add any other dependencies your app needs
|
|
|
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
torchvision
|
| 3 |
torchaudio
|
| 4 |
+
gradio
|
|
|
|
| 5 |
numpy
|
| 6 |
scipy
|
| 7 |
Pillow
|
| 8 |
transformers
|
| 9 |
+
datasets
|
| 10 |
+
# Any basic package...
|
| 11 |
|
| 12 |
+
# Then, git packages making use of torch
|
|
|
|
|
|
|
|
|
|
| 13 |
git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
|
| 14 |
git+https://github.com/nerfstudio-project/gsplat.git@32f2a54d21c7ecb135320bb02b136b7407ae5712
|
|
|
|
|
|