therickglenn commited on
Commit
60b5731
·
verified ·
1 Parent(s): 5dab87d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- streamlit==1.25.0
2
- pandas==2.1.0
3
- matplotlib==3.8.0
4
- plotly.express
5
- yfinance
6
- python-dateutil
7
- numpy
 
 
 
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