Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -4
requirements.txt
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.16.0
|
2 |
+
torch==1.13.1
|
3 |
+
torchvision==0.14.1
|
4 |
+
huggingface_hub==0.13.3
|
5 |
+
tensorflow==2.11.0
|
6 |
+
ray==2.2.0
|
7 |
+
optuna==3.0.4
|
8 |
+
pytorch-lightning==1.8.5
|
9 |
+
scikit-learn==1.1.2
|
10 |
+
numpy==1.23.5
|
11 |
+
pandas==1.5.2
|
12 |
+
matplotlib==3.6.2
|
13 |
+
tqdm==4.64.1
|
14 |
+
requests==2.28.1
|
15 |
+
scipy==1.9.3
|