Skip to content

Commit

Permalink
Merge pull request #21 from dtcenter/feature_20_scipy
Browse files Browse the repository at this point in the history
Feature #20 SciPy
  • Loading branch information
JohnHalleyGotway authored Feb 6, 2024
2 parents cc02f3c + a87ed8b commit 700dabd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down

0 comments on commit 700dabd

Please sign in to comment.