Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
seaborn
|
4 |
-
matplotlib
|
5 |
-
scikit-learn
|
6 |
-
nbformat
|
7 |
-
sqlite3
|
|
|
1 |
+
streamlit==1.41.1
|
2 |
+
pandas==2.0.3
|
3 |
+
seaborn==0.12.2
|
4 |
+
matplotlib==3.7.2
|
5 |
+
scikit-learn== 1.3.2
|
6 |
+
nbformat==5.9.2
|
7 |
+
sqlite3==3.13.1
|