Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit~=1.35.0
|
2 |
+
requests~=2.32.2
|
3 |
+
matplotlib~=3.9.0
|
4 |
+
plotly~=5.22.0
|
5 |
+
groq~=0.8.0
|
6 |
+
pandas~=2.2.2
|