Jeremy Live
commited on
Commit
·
86a414c
1
Parent(s):
d68e12a
add req
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
pandas>=2.0.0
|
3 |
+
numpy>=1.24.0
|
4 |
+
matplotlib>=3.7.0
|
5 |
+
yfinance>=0.2.0
|
6 |
+
python-dotenv>=1.0.0
|
7 |
+
crewai>=0.28.4
|
8 |
+
pydantic>=2.0.0
|
9 |
+
requests>=2.31.0
|
10 |
+
plotly>=5.15.0
|
11 |
+
scikit-learn>=1.2.0
|
12 |
+
seaborn>=0.12.0
|