From fd938d7175965de555b26899c20dfbbf3e9843f6 Mon Sep 17 00:00:00 2001 From: SorooshMani-NOAA Date: Fri, 21 Jun 2024 12:53:22 -0400 Subject: [PATCH] Fix CI tests failure due to #186 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6aa1e0d4..ce86397a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ appdirs = '*' dunamai = { version = '*', optional = true } geopandas = '<0.11' haversine = '*' -matplotlib = '*' +matplotlib = '<3.9' netCDF4 = '*' numpy = '*' pandas = '*'