mgbam commited on
Commit
a50cd69
·
verified ·
1 Parent(s): 976c5ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- langchain-community>=0.0.1 # Correct package name (hyphen, not underscore)
9
- openai>=1.0.0
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