Skip to content

Commit

Permalink
Create analysi3/23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Roberts committed Nov 27, 2023
1 parent 2b7e6a2 commit f2c8f4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions testconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENVIRONMENT=analysis3
VERSION_TO_MODIFY=23.07
VERSION_TO_MODIFY=23.10
STABLE_VERSION=23.04
UNSTABLE_VERSION=23.07

0 comments on commit f2c8f4a

Please sign in to comment.