diff --git a/environment.yml b/environment.yml index 4ef39d9..eacb5c2 100644 --- a/environment.yml +++ b/environment.yml @@ -127,7 +127,7 @@ dependencies: - panel - xrft - git -- openmpi +- openmpi==4.1.5 ### Pin to match latest version on Gadi - mpi4py==3.1.4 ### Prevent installation of Intel MPI - palettable - xlrd @@ -280,5 +280,6 @@ dependencies: - icclim>=6.4.0 ### Prevent downgrade - py-cordex - pdbufr +- matplotlib-scalebar - pip: - railroad-diagrams ### Unlisted dependency of pip and pyparsing diff --git a/testconfig.yml b/testconfig.yml index bc764f8..4622167 100644 --- a/testconfig.yml +++ b/testconfig.yml @@ -47,6 +47,7 @@ skip: - send2trash.win ### Nor is it windows - 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 # Preload these modules before testing to avoid weird python issues preload: diff --git a/version b/version index 8bb445f..79c6f9d 100644 --- a/version +++ b/version @@ -1,4 +1,4 @@ ENVIRONMENT=analysis3 -VERSION_TO_MODIFY=23.07 +VERSION_TO_MODIFY=23.10 STABLE_VERSION=23.04 UNSTABLE_VERSION=23.07 \ No newline at end of file