Skip to content

Commit

Permalink
Prevent scipy update as it break some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Roberts committed Apr 10, 2024
1 parent cef08c5 commit 37e76e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environments/analysis3/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pygrib
- pyhdf
- pytest
- scipy
- scipy<1.13.0
- seaborn
- xarray>2023.9 ### py-cordex fixes xarray at != 2023.9.0 - set this to prevent downgrade
- jupyter
Expand Down Expand Up @@ -286,5 +286,6 @@ dependencies:
- python-kaleido
- numba<0.59 ### pysal -> giddy -> quantecon is broken with numba 0.59
- accessnri::access-med-tools
- crick ### Unlisted dependency for dask-expr
- pip:
- railroad-diagrams ### Unlisted dependency of pip and pyparsing
1 change: 1 addition & 0 deletions environments/analysis3/testconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ skip:
- skimage.future.graph ### Thanks for raising a module error to tell me that you've moved this
- numba.core.rvsdg_frontend ### Not supported in Python3.10
- xgboost.testing ### Has an 'pytest.importorskip' call when imported, causing the whole thing to report skipped
- scipy._lib.array_api_compat.torch ### Don't support pytorch

# Preload these modules before testing to avoid weird python issues
preload:
Expand Down

0 comments on commit 37e76e6

Please sign in to comment.