diff --git a/ci/doc_requirements.txt b/ci/doc_requirements.txt index 8dac0747b3..1d4eedcb3a 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -3,6 +3,6 @@ pydata-sphinx-theme==0.15.2 sphinx-design==0.5.0 sphinx-gallery==0.16.0 myst-parser==3.0.1 -netCDF4==1.6.5 +netCDF4==1.7.1.post1 geopandas==0.14.4 rtree==1.2.0 diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index 1beeeb0dcc..2a0e0dd76f 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,5 +1,5 @@ packaging==24.1 pytest==8.2.2 pytest-mpl==0.17.0 -netCDF4==1.6.5 +netCDF4==1.7.1.post1 coverage==7.5.3