From ba15992d30bf8d29990d6c0e7fb358c33f8edb33 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Wed, 25 Sep 2024 11:58:12 -0700 Subject: [PATCH] Bump pytplot-mpl-temp version to 2.2.46, for better handling of nan values in subtract_average/subtract_median --- docs/requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index dbeff938..6094a81e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ cdasws>=1.7.24 netCDF4 pywavelets astropy -pytplot-mpl-temp>=2.2.45 +pytplot-mpl-temp>=2.2.46 geopack>=1.0.11 viresclient hapiclient diff --git a/requirements.txt b/requirements.txt index 71ec1a5c..57061a2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.20.0 requests cdflib -pytplot-mpl-temp>=2.2.45 +pytplot-mpl-temp>=2.2.46 cdasws>=1.7.24 netCDF4 pywavelets diff --git a/setup.py b/setup.py index 96f3571a..ae8d0bf9 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "pywavelets", "astropy", "hapiclient>=0.2.2", - "pytplot-mpl-temp>=2.2.45", + "pytplot-mpl-temp>=2.2.46", "viresclient", ], python_requires=">=3.9",