From e537aad3a966b83cefde939cb85dd97eddffc75f Mon Sep 17 00:00:00 2001 From: santiagoC Date: Wed, 19 Jun 2024 10:38:40 -0500 Subject: [PATCH 1/2] matplotlib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9ee715..a64c768 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "fonttools==4.53.0", "geopandas==0.13.2", "kiwisolver==1.4.5", - "matplotlib==3.9.0", + "matplotlib==3.7.5", "netCDF4==1.7.1", "numpy==2.0.0", "packaging==24.1", From 778bf32384c5091d0adc36bafe005801f216b91e Mon Sep 17 00:00:00 2001 From: santiagoC Date: Wed, 19 Jun 2024 10:40:51 -0500 Subject: [PATCH 2/2] python 3.9 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a64c768..88ea44b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ], - python_requires=">=3.8", + python_requires=">=3.9", entry_points={ 'console_scripts': [ 'wrf_postprocessing=postprocessing.main:main', @@ -28,13 +28,13 @@ "click-plugins==1.1.1", "cligj==0.7.2", "colorama==0.4.6", - "contourpy==1.1.1", + "contourpy==1.2.1", "cycler==0.12.1", "fiona==1.9.6", "fonttools==4.53.0", - "geopandas==0.13.2", + "geopandas==0.14.4", "kiwisolver==1.4.5", - "matplotlib==3.7.5", + "matplotlib==3.9.0", "netCDF4==1.7.1", "numpy==2.0.0", "packaging==24.1",