Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
streamlit>=1.32.0
|
2 |
-
smolagents
|
3 |
pandas>=2.0.0
|
4 |
numpy>=1.24.0
|
5 |
matplotlib>=3.7.0
|
6 |
seaborn>=0.12.0
|
|
|
|
|
|
|
7 |
langchain>=0.1.0
|
8 |
-
|
9 |
-
|
10 |
-
python-dotenv>=1.0.0
|
11 |
-
groq>=0.5.0 # Add Groq SDK if needed
|
12 |
-
streamlit_ace
|
|
|
1 |
streamlit>=1.32.0
|
|
|
2 |
pandas>=2.0.0
|
3 |
numpy>=1.24.0
|
4 |
matplotlib>=3.7.0
|
5 |
seaborn>=0.12.0
|
6 |
+
scipy>=1.10.0
|
7 |
+
statsmodels>=0.14.0
|
8 |
+
groq>=0.5.0
|
9 |
langchain>=0.1.0
|
10 |
+
pydantic>=2.0.0
|
11 |
+
python-dotenv>=1.0.0
|
|
|
|
|
|