Corey Morris commited on
Commit
7ae46ce
1 Parent(s): a33e674

updated requirements.txt with versions being used locally

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
- pandas
2
- streamlit
3
- plotly
 
 
1
+ pandas~=2.0.2
2
+ streamlit~=1.22.0
3
+ plotly~=5.14.1
4
+ python~=3.8.16