From 4ca94f69d531aa1b6c759729d5e850e2f0188ad8 Mon Sep 17 00:00:00 2001 From: Soroosh Mani <77082694+SorooshMani-NOAA@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:41:49 -0400 Subject: [PATCH] Allow for stormevents with speed/quad fix but no rmx fcst (#157) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4817ad6..7c0c7ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ requests = '*' shapely = '*' scikit-learn = '*' scipy = '<=1.12' # Due to interpolation issue on macos! -stormevents = '>=2.3.2' # Speed fix +stormevents = '>=2.2.5, != 2.3.0, != 2.3.1' # tests results based on speed fix isort = { version = '*', optional = true } oitnb = { version = '*', optional = true } pytest = { version = '*', optional = true }