Skip to content

Commit

Permalink
Fix update errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Roberts committed Apr 10, 2024
1 parent a5b2dd7 commit 4cbec55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pygrib
- pyhdf
- pytest
- scipy
- scipy<1.13.0 ### Very recently updated and breaks some packages that have a slower update cycle. Should be able to unpin soon.
- seaborn
- xarray>2023.9 ### py-cordex fixes xarray at != 2023.9.0 - set this to prevent downgrade
- jupyter
Expand Down Expand Up @@ -283,6 +283,7 @@ dependencies:
- matplotlib-scalebar
- python-kaleido
- numba<0.59 ### pysal -> giddy -> quantecon is broken with numba 0.59
- crick ### Unlisted dependency for dask-expr
- pip:
- railroad-diagrams ### Unlisted dependency of pip and pyparsing
- accessnri::access-med-tools
1 change: 1 addition & 0 deletions testconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ skip:
- attrdict ### Deprecated but still erroneously bought in by wavespectra - not used by anything else
- 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
- 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 4cbec55

Please sign in to comment.