Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
pandas=
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
yfinance
|
| 6 |
-
python-dateutil
|
| 7 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.31.0
|
| 2 |
+
pandas>=2.2.0
|
| 3 |
+
plotly>=5.18.0
|
| 4 |
+
numpy>=1.26.0
|
| 5 |
+
yfinance>=0.2.36
|
| 6 |
+
python-dateutil>=2.8.2
|
| 7 |
+
pdfplumber>=0.10.3
|
| 8 |
+
fuzzywuzzy>=0.18.0
|
| 9 |
+
python-Levenshtein>=0.23.0
|