From 37e76e63a1767fd5f9254eed0885d61baeb74967 Mon Sep 17 00:00:00 2001 From: Dale Roberts Date: Wed, 10 Apr 2024 14:17:35 +1000 Subject: [PATCH] Prevent scipy update as it break some packages --- environments/analysis3/environment.yml | 3 ++- environments/analysis3/testconfig.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/environments/analysis3/environment.yml b/environments/analysis3/environment.yml index 9cf2724..a961eb5 100644 --- a/environments/analysis3/environment.yml +++ b/environments/analysis3/environment.yml @@ -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 @@ -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 diff --git a/environments/analysis3/testconfig.yml b/environments/analysis3/testconfig.yml index b87af49..28c8528 100644 --- a/environments/analysis3/testconfig.yml +++ b/environments/analysis3/testconfig.yml @@ -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: