diff --git a/dashboard-plotly/requirements.txt b/dashboard-plotly/requirements.txt index 28e815f..03c217a 100644 --- a/dashboard-plotly/requirements.txt +++ b/dashboard-plotly/requirements.txt @@ -1,4 +1,4 @@ pymongo==4.3.3 plotly==5.13.1 dash==2.9.2 -pandas==1.5.3 +pandas==2.0.3 diff --git a/dashboard-streamlit/requirements.txt b/dashboard-streamlit/requirements.txt index 5b87b81..a0b2d3d 100644 --- a/dashboard-streamlit/requirements.txt +++ b/dashboard-streamlit/requirements.txt @@ -1,4 +1,4 @@ streamlit == 1.20.0 pymongo == 4.3.3 numpy == 1.24.2 -pandas == 1.5.3 +pandas == 2.0.3