diff --git a/CHANGELOG.md b/CHANGELOG.md index f01897f9..479dfd15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 22cc372a..560cfc77 100644 --- a/README.md +++ b/README.md @@ -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 | | diff --git a/requirements.txt b/requirements.txt index fefe7b93..540b4e62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ packaging pandas pyForecastTools pysat >= 3.0.4 -pysatNASA <= 0.0.4 +pysatNASA requests scipy xarray