diff --git a/CHANGELOG.md b/CHANGELOG.md index e90bac4..055bf1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated -## [24.7.0] - 2024-09-10 +## [24.7.0] - 2024-09-12 ### Changed @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Explicit Pip Packages - basemap - redis (moved from Mamba to Pip) + - Flask - Added basemap example ### Removed diff --git a/install_miniforge.bash b/install_miniforge.bash index 90b240c..86c65a6 100755 --- a/install_miniforge.bash +++ b/install_miniforge.bash @@ -649,6 +649,7 @@ $PIP_INSTALL pybufrkit $PIP_INSTALL pyephem $PIP_INSTALL basemap $PIP_INSTALL redis +$PIP_INSTALL Flask # some packages require a Fortran compiler. This sometimes isn't available # on macs (though usually is)