Skip to content

Commit bd785f5

Browse files
authored
Merge pull request #65 from ACCESS-NRI/payu-1p3
Update payu version to 1.3.0.
2 parents 97d5db4 + 19f0ab1 commit bd785f5

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

environments/payu/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
### outside_files_to_copy
99

1010
### Optional config for custom deploy script
11-
export VERSION_TO_MODIFY=1.2.1
12-
export STABLE_VERSION=1.2.1
11+
export VERSION_TO_MODIFY=1.3.0
12+
export STABLE_VERSION=1.3.0
1313

1414
### Version settings
1515
export ENVIRONMENT=payu

environments/payu/environment.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
name: payu
22
channels:
33
- accessnri
4-
- coecms
54
- conda-forge
65
dependencies:
76
- python==3.10
8-
- accessnri::payu==1.2.1
7+
- accessnri::payu==1.3.0
98
- f90nml
10-
- gh
11-
- git
129
- nco
1310
- pytest
14-
- openssh==10.0p1
15-
- openssl==3.5.2
1611
- xarray
1712
- mule
1813
- um2nc
@@ -21,3 +16,4 @@ dependencies:
2116
- experiment-generator
2217
- experiment-runner
2318
- mnctools
19+
- addmeta

environments/payu/testconfig.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ skip:
1111
- pyparsing
1212
- scipy._lib.array_api_compat.torch ### Don't support pytorch
1313
- urllib3.contrib.emscripten ### Used for web browser integration and also experimental: https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html
14+
- prompt_toolkit.contrib.ssh # Imports dev dependencies such as asyncssh
1415

1516
# Preload these modules before testing to avoid weird python issues
1617
preload:

0 commit comments

Comments
 (0)