Skip to content

Commit

Permalink
SciPy version pin (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Jan 15, 2025
1 parent d825e7d commit f804a1e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_envs/asv-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- numpy<2.0
- pint
- pip
- scipy
- scipy<1.15
- setuptools
- setuptools_scm
- xarray
Expand Down
2 changes: 1 addition & 1 deletion build_envs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- metpy
- numba
- numpy<2.0
- scipy
- scipy<1.15
- pandas
- pint
- xarray
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Documentation

Internal Changes
^^^^^^^^^^^^^^^^
* Pin SciPy version <1.15 by `Katelyn FitzGerald`_ in (:pr:`674`)
* Temporarily remove docformatter from pre-commit by `Katelyn FitzGerald`_ in (:pr:`653`)
* Pre-commit hook to check for valid yml by `Cora Schneck`_ in (:pr:`625`)
* CI to run on macos-latest instead of macos-14 by `Cora Schneck`_ in (:pr:`617`)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dask[array]
eofs
metpy
numpy<2.0
scipy
scipy<1.15
xarray
xskillscore
packaging
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_requires =
cftime
eofs
metpy
scipy
scipy<1.15
xarray
xskillscore
packaging
Expand Down

0 comments on commit f804a1e

Please sign in to comment.