Skip to content

Commit

Permalink
MAINT: set pysatNASA cap
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Oct 3, 2023
1 parent a7c186e commit aa30a50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pysatModels handles model-centric data loading through pysat and contains a
variety of tools to perform model-data analysis, including model validation.

Come join us on Slack! An invitation to the pysat workspace is available
Come join us on Slack! An invitation to the pysat workspace is available
in the 'About' section of the
[pysat GitHub Repository.](https://github.com/pysat/pysat)

Expand All @@ -27,13 +27,13 @@ examples on how to use the routines
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 | pyForecastTools |
| pandas >= 1.4.0 | pysat >= 3.0.4 |
| requests | pysatNASA |
| scipy | |
| xarray | |
| Common modules | Community modules |
| ------------------ | ------------------ |
| numpy | pyForecastTools |
| pandas >= 1.4.0 | pysat >= 3.0.4 |
| requests | pysatNASA <= 0.0.4 |
| scipy | |
| xarray | |

## Installation through PyPi

Expand Down
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ the Space Physics community. This module officially supports Python 3.6+.
Common modules Community modules
============== =================
numpy pysat
pandas pyForecastTools
requests
pandas pysatNASA
requests pyForecastTools
scipy
xarray
============== =================
Expand Down Expand Up @@ -85,7 +85,7 @@ is set up, you may choose to register the the :py:mod:`pysatModel` model

.. code:: python
import pysat
import pysatModels as pymod
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 >= 1.4.0
pyForecastTools
pysat >= 3.0.4
pysatNASA
pysatNASA <= 0.0.4
requests
scipy
xarray

0 comments on commit aa30a50

Please sign in to comment.