ehagey commited on
Commit
49bf348
·
verified ·
1 Parent(s): 581e3d6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
- altair
2
- pandas
3
- streamlit
 
 
1
+ streamlit>=1.30.0
2
+ pandas>=2.0.0
3
+ matplotlib>=3.7.0
4
+ numpy>=1.24.0