Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain-core==0.2.9
|
2 |
+
langchain-community==0.2.5
|
3 |
+
crewai[tools]==0.32.0
|
4 |
+
langchain-groq==0.1.5
|
5 |
+
pandas
|
6 |
+
sqlite3
|