Spaces:
Running
Running
James McCool
commited on
Commit
·
80f4f9c
1
Parent(s):
553595b
Update requirements.txt to include matplotlib and numpy for enhanced data visualization capabilities in the Streamlit app.
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
altair
|
2 |
pandas
|
3 |
streamlit
|
4 |
-
pymongo
|
|
|
|
|
|
|
|
1 |
altair
|
2 |
pandas
|
3 |
streamlit
|
4 |
+
pymongo
|
5 |
+
matplotlib
|
6 |
+
numpy
|
7 |
+
|