Skip to content

Commit

Permalink
Allow for stormevents with speed/quad fix but no rmx fcst (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA authored Aug 8, 2024
1 parent d669abd commit 4ca94f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4ca94f6

Please sign in to comment.