diff --git a/Dockerfile b/Dockerfile index 7e52013..af8d9c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,4 +89,5 @@ RUN BLDOPTS="--global-option=build_ext --global-option=\"-R/usr/local/lib\" --gl && export HDF5_DIR=/usr/local/ \ && export NETCDF4_DIR=/usr/local/ \ && python3 -m pip install ${BLDOPTS} netCDF4==1.6.2 \ - && python3 -m pip install ${BLDOPTS} pyyaml==6.0.1 + && python3 -m pip install ${BLDOPTS} pyyaml==6.0.1 \ + && python3 -m pip install ${BLDOPTS} scipy==1.11.1 diff --git a/README.md b/README.md index 87011c0..96af5d3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Please see the [MET website](https://dtcenter.org/community-code/model-evaluatio Version History =============== +v3.2 +---- + +* Install SciPy Python package (#20) + v3.1 ----