Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ numpy>=1.24.0
|
|
4 |
matplotlib>=3.7.0
|
5 |
seaborn>=0.12.0
|
6 |
langchain>=0.1.0
|
|
|
7 |
openai>=1.0.0
|
8 |
python-dotenv>=1.0.0
|
9 |
-
|
|
|
4 |
matplotlib>=3.7.0
|
5 |
seaborn>=0.12.0
|
6 |
langchain>=0.1.0
|
7 |
+
langchain-community>=0.0.1 # Correct package name (hyphen, not underscore)
|
8 |
openai>=1.0.0
|
9 |
python-dotenv>=1.0.0
|
10 |
+
groq>=0.5.0 # Add Groq SDK if needed
|