diff --git a/pyproject.toml b/pyproject.toml index 6f9e0e58..8201b27d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ python-dateutil = '*' requests = '*' shapely = '*' scikit-learn = '*' +scipy = '<=1.12' # Due to interpolation issue on macos! stormevents = '>=2.3.2' # Speed fix isort = { version = '*', optional = true } oitnb = { version = '*', optional = true }