Skip to content

Commit

Permalink
Latest numpy version incompatible with latest scipy on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Aug 30, 2024
1 parent 7f7b555 commit b51db54
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 @@ -51,7 +51,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"numpy>=1.22.4", # >= 1.22 for full quantile method support in xarray
"numpy>=1.22.4, <=2.0.1", # >= 1.22 for quantile method support in xarray. https://github.com/statsmodels/statsmodels/issues/9333
"dask",
"pandas",
"xarray[parallel]", # numbagg (llvmlite) is a pain to install with pip
Expand Down

0 comments on commit b51db54

Please sign in to comment.