Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
streamlit==1.26.0
|
2 |
-
numpy==1.24.4
|
3 |
-
pandas==2.0.3
|
4 |
-
torch==2.0.1
|
5 |
-
torchvision==0.15.2
|
6 |
-
tensorflow==2.
|
7 |
-
scikit-learn==1.3.0
|
8 |
-
Pillow==9.5.0
|
9 |
-
matplotlib==3.8.0
|
10 |
-
jinja2==3.1.2
|
|
|
1 |
+
streamlit==1.26.0
|
2 |
+
numpy==1.24.4
|
3 |
+
pandas==2.0.3
|
4 |
+
torch==2.0.1
|
5 |
+
torchvision==0.15.2
|
6 |
+
tensorflow==2.18.0
|
7 |
+
scikit-learn==1.3.0
|
8 |
+
Pillow==9.5.0
|
9 |
+
matplotlib==3.8.0
|
10 |
+
jinja2==3.1.2
|