PD03 commited on
Commit
4fd3739
·
verified ·
1 Parent(s): 02cb743

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- streamlit
2
- pandas
3
- numpy
4
- plotly
5
- python-dateutil
 
 
 
 
 
1
+ # requirements.txt
2
+ streamlit==1.29.0
3
+ pandas==2.0.3
4
+ numpy==1.24.3
5
+ plotly==5.17.0
6
+ openai==1.3.0
7
+ streamlit-option-menu==0.3.6
8
+ faker==20.1.0
9
+ python-dotenv==1.0.0