Skip to content

Commit

Permalink
Merge branch 'clean_warning_update' into sty/pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing authored Dec 20, 2023
2 parents e595747 + d75bcb9 commit 9a4c8f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Added manual test for pysatModels RC pip install
* Updated tests to new pysat and pytest standards
* Updated model Instruments to include the new `_clean_warn` attribute
* Added a cap for pysatNASA
* Removed backwards-support for pysat pre-3.0.4 functions
* Documentation
* Added badges and instructions for PyPi and Zenodo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the Space Physics community. This module officially supports Python 3.6+.
| ------------------ | ------------------ |
| numpy | pyForecastTools |
| pandas >= 1.4.0 | pysat >= 3.0.4 |
| requests | pysatNASA <= 0.0.4 |
| requests | pysatNASA |
| scipy | |
| xarray | |

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 @@ packaging
pandas
pyForecastTools
pysat >= 3.0.4
pysatNASA <= 0.0.4
pysatNASA
requests
scipy
xarray

0 comments on commit 9a4c8f6

Please sign in to comment.