Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -22
requirements.txt
CHANGED
@@ -1,23 +1,11 @@
|
|
1 |
# Core dependencies
|
2 |
-
streamlit
|
3 |
-
python-dotenv
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
duckduckgo-search==3.9.3 # Used for AI-powered web searches
|
13 |
-
|
14 |
-
# Finance Data Retrieval
|
15 |
-
yfinance==0.2.31 # Fetch real-time financial data
|
16 |
-
|
17 |
-
# Additional Utilities
|
18 |
-
requests==2.31.0 # HTTP requests for API calls
|
19 |
-
numpy==1.26.4 # Numerical computations (Optional, but useful)
|
20 |
-
pandas==2.1.4 # Data processing for finance-related outputs
|
21 |
-
|
22 |
-
# Hugging Face-specific compatibility
|
23 |
-
protobuf==4.23.4 # Fixes compatibility issues with Streamlit on Hugging Face
|
|
|
1 |
# Core dependencies
|
2 |
+
streamlit
|
3 |
+
python-dotenv
|
4 |
+
phi
|
5 |
+
groq
|
6 |
+
duckduckgo-search
|
7 |
+
yfinance
|
8 |
+
requests
|
9 |
+
numpy
|
10 |
+
pandas
|
11 |
+
protobuf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|