Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
alt~=0.0.4
|
2 |
+
streamlit~=1.29.0
|
3 |
+
pandas~=2.0.1
|
4 |
+
tensorflow~=2.14.0
|
5 |
+
altair~=4.2.2
|
6 |
+
numpy~=1.24.2
|
7 |
+
matplotlib~=3.8.0
|
8 |
+
scikit-learn~=1.2.2
|