From 4cc1cb863adc25d498ab307e96025655b033fc20 Mon Sep 17 00:00:00 2001 From: SorooshMani-NOAA Date: Thu, 1 Aug 2024 09:54:31 -0400 Subject: [PATCH] Update stormevents version due to speed fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce86397a..7dd90bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requests = '*' scipy = '*' searvey = '*' shapely = '*' -stormevents = '>=2.1.3' # tests rely on new field widths +stormevents = '>=2.3.2' # tests results based on speed fix typepigeon = '<2' # newer versions require code update utm = '*' isort = { version = '*', optional = true }