Skip to content

Commit

Permalink
Merge pull request #141 from pysat/jklenzing-patch-1
Browse files Browse the repository at this point in the history
STY: version cap on numpy
  • Loading branch information
jklenzing authored Dec 22, 2022
2 parents c910006 + 8fed3bc commit e8573bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [0.0.5] - 2023-XX-XX
* Maintenance
* Added a version cap for numpy (required for cdf interface, revisit before release)

## [0.0.4] - 2022-11-07
* Update instrument tests with new test class
* Support xarray datasets through cdflib
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests
beautifulsoup4
lxml
cdflib>=0.4.4
numpy
numpy<1.24
pandas
pysat>=3.0.4
xarray<2022.11

0 comments on commit e8573bb

Please sign in to comment.