Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.33.0
|
| 2 |
+
langgraph==0.4.8
|
| 3 |
+
langchain==0.3.25
|
| 4 |
+
langchain-openai==0.3.21
|
| 5 |
+
langchain-community==0.3.24
|
| 6 |
+
tavily-python==0.7.5
|
| 7 |
+
yfinance==0.2.62
|
| 8 |
+
pandas==2.3.0
|
| 9 |
+
numpy==2.2.6
|
| 10 |
+
requests==2.32.3
|