diff --git a/CHANGELOG.md b/CHANGELOG.md index eff8a7455d..267789511f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### New features ### Maintenance and fixes +- Update requirements: matplotlib>=3.5, pandas>=1.4.0, numpy>=1.22.0 ### Deprecation diff --git a/requirements.txt b/requirements.txt index 4b7b8b9d07..d764477be1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ setuptools>=60.0.0 -matplotlib>=3.2 -numpy>=1.21.0,<2.0 +matplotlib>=3.5 +numpy>=1.22.0,<2.0 scipy>=1.8.0 packaging -pandas>=1.3.0 +pandas>=1.4.0 xarray>=0.21.0 h5netcdf>=1.0.2 typing_extensions>=4.1.0