From ec31f45a5778c0ab1fea932bad40e1aca917c883 Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Wed, 31 Aug 2022 14:54:01 -0500 Subject: [PATCH] BUG: Update --- README.md | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd8ea7c3..6f6b24f7 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ and for the Space Physics community. | Common modules | Community modules | | -------------- | ----------------- | -| matplotlib | pysat >= 3.0.2 | +| matplotlib | pysat >= 3.0.4 | | numpy | | | pandas | | -| xarray<2022.06.0 | | +| xarray | | ## GitHub Installation diff --git a/requirements.txt b/requirements.txt index d1a929da..6d818c0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ matplotlib numpy pandas -pysat>=3.0.2 -xarray<2022.06.0 +pysat>=3.0.4 +xarray