Update pre-requirements.txt
Browse files- pre-requirements.txt +17 -16
pre-requirements.txt
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
1 |
+
python==3.8.8
|
2 |
+
torch==2.0.0
|
3 |
+
torchvision
|
4 |
+
tensorboard
|
5 |
+
timm==0.5.4
|
6 |
+
opencv-python==4.5.3.56
|
7 |
+
setuptools==58.2.0
|
8 |
+
easydict
|
9 |
+
wget
|
10 |
+
scikit-image
|
11 |
+
fairscale
|
12 |
+
imgaug
|
13 |
+
peft
|
14 |
+
kornia
|
15 |
+
gradio==4.44.1
|
16 |
+
gradio_image_prompter
|
17 |
+
huggingface_hub
|