Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
gradio==3.41.2
|
3 |
+
langgraph
|
4 |
+
langchain-core
|
5 |
+
langchain-groq
|
6 |
+
langchain-community
|
7 |
+
ipython
|