Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MAINT: set pysatNASA cap
  • Loading branch information
jklenzing committed Oct 3, 2023
commit aa30a50629ce4a5519cdb5a6db116327ec52a198
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 |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am ok with the higher cap.

| 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