Skip to content

Commit

Permalink
MAINT: apply pysatnasa cap
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Dec 20, 2023
1 parent c99f471 commit c127442
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Added manual test for pysat and pysatNASA Release Candidates
* Added manual test for pysatModels RC pip install
* Updated tests to new pysat and pytest standards
* Added a cap for pysatNASA
* Removed backwards-support for pysat pre-3.0.4 functions
* Updated to use pyproject
* Added yaml for readthedocs
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 | pysat >= 3.0.4 |
| requests | pysatNASA |
| requests | pysatNASA <= 0.0.4 |
| scipy | |
| xarray | |

Expand Down
10 changes: 5 additions & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Prerequisites
pysatModels uses common Python modules, as well as modules developed by and for
the Space Physics community. This module officially supports Python 3.6+.

============== =================
============== ==================
Common modules Community modules
============== =================
numpy pysat
pandas pysatNASA
============== ==================
numpy pysat >= 3.0.4
pandas pysatNASA <= 0.0.4
requests pyForecastTools
scipy
xarray
============== =================
============== ==================


.. _install-opt:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"pandas",
"pyForecastTools",
"pysat >= 3.0.4",
"pysatNASA",
"pysatNASA <= 0.0.4",
"requests",
"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
pysatNASA <= 0.0.4
requests
scipy
xarray

0 comments on commit c127442

Please sign in to comment.