marta-marta
commited on
Commit
•
00c73d1
1
Parent(s):
7e70cfa
Need new libs to be considered in the app
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
scipy==1.9.1
|
6 |
streamlit==1.18.1
|
|
|
1 |
+
matplotlib==3.5.2
|
2 |
+
numpy==1.21.5
|
3 |
+
pandas==1.4.4
|
4 |
+
scikit_learn==1.2.2
|
5 |
scipy==1.9.1
|
6 |
streamlit==1.18.1
|