Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain_openai
|
3 |
+
langgraph
|
4 |
+
langchain_core
|
5 |
+
langsmith
|
6 |
+
langchain_experimental
|
7 |
+
pandas
|
8 |
+
matplotlib
|