Skip to content

Commit

Permalink
Add flask (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Sep 12, 2024
1 parent f6cce96 commit d807a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions install_miniforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d807a3a

Please sign in to comment.