Skip to content

Commit

Permalink
MIANT: update minimum pysat
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Nov 18, 2024
1 parent 5145c24 commit 173110c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.1] - 2024-11-01
## [0.2.1] - 2024-11-08
- Maintenance
- Update pytest syntax
- Update Github Actions workflows
Expand All @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Implement coveralls app for GitHub Actions
- Update contributing document and issue templates
- Add Acknowledgements doc
- Set minimum pysat to 3.2.0

## [0.2.0] - 2022-08-12
- New Features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@



pysatSeasons allows users to run seasonal data analyses over N-dimensional
pysatSeasons allows users to run seasonal data analyses over N-dimensional
data sets managed through the pysat module.

Main Features
Expand All @@ -27,11 +27,11 @@ Main Features
### Prerequisites

pysatSeasons uses common Python modules, as well as modules developed by
and for the Space Physics community.
and for the Space Physics community.

| Common modules | Community modules |
| -------------- | ----------------- |
| matplotlib | pysat >= 3.0.4 |
| matplotlib | pysat >= 3.2.0 |
| numpy | |
| pandas | |
| xarray | |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"matplotlib",
"numpy",
"pandas",
"pysat >= 3.0.4",
"pysat >= 3.2.0",
"xarray"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib
numpy
pandas
pysat>=3.0.4
pysat>=3.2.0
xarray

0 comments on commit 173110c

Please sign in to comment.