Spaces:
Running
Running
Commit
·
83a2dd2
1
Parent(s):
b607f48
Update requirements.txt to include Plotly and datetime libraries for enhanced data visualization and date handling capabilities.
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,4 +5,6 @@ pandas
|
|
5 |
langchain
|
6 |
langchain_huggingface
|
7 |
python-dotenv
|
8 |
-
statsmodels
|
|
|
|
|
|
5 |
langchain
|
6 |
langchain_huggingface
|
7 |
python-dotenv
|
8 |
+
statsmodels
|
9 |
+
plotly
|
10 |
+
datetime
|