Hamza Salhi commited on
Commit
b7d2450
1 Parent(s): 8ffe583

Update requirements.txt

Browse files

added a condition to matplotlib and pandas to be updated if needed

Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  SQLAlchemy==1.3.1
2
  plotly==4.12.0
3
- matplotlib==3.0.3
4
- pandas==1.1.0
5
  scikit_learn==0.24.1
6
  scipy==1.5.4
7
  streamlit==0.77.0
 
1
  SQLAlchemy==1.3.1
2
  plotly==4.12.0
3
+ matplotlib>=3.3.4 # Updated
4
+ pandas>=1.1.5 # Updated if necessary
5
  scikit_learn==0.24.1
6
  scipy==1.5.4
7
  streamlit==0.77.0