Skip to content

Commit

Permalink
Pin scipy for macos interpolation issue and stormevents for speed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Aug 1, 2024
1 parent aa821af commit 97e4a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ pooch = '*'
psutil = '*'
pyproj = '>=2.6'
requests = '*'
scipy = '*'
scipy = '<=1.12'
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 }
Expand Down

0 comments on commit 97e4a27

Please sign in to comment.