cleanup
Browse files- pre-requirements.txt +1 -0
- requirements.txt +0 -15
pre-requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
requirements.txt
CHANGED
|
@@ -1,20 +1,5 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
-
pip
|
| 4 |
-
numpy>=1.20
|
| 5 |
-
click>=8.0
|
| 6 |
-
pillow==8.3.1
|
| 7 |
-
scipy
|
| 8 |
-
requests==2.26.0
|
| 9 |
-
tqdm==4.62.2
|
| 10 |
-
ninja==1.10.2
|
| 11 |
-
matplotlib==3.4.2
|
| 12 |
-
imageio==2.9.0
|
| 13 |
-
imgui==1.3.0
|
| 14 |
-
glfw==2.2.0
|
| 15 |
-
pyopengl==3.1.5
|
| 16 |
-
imageio-ffmpeg==0.4.3
|
| 17 |
-
pyspng
|
| 18 |
Ninja
|
| 19 |
gradio
|
| 20 |
huggingface_hub
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
Ninja
|
| 4 |
gradio
|
| 5 |
huggingface_hub
|