Skip to content

Commit

Permalink
Install ecmwf_api_client. Pin ucx and openmpi to latest available ver…
Browse files Browse the repository at this point in the history
…sion on Gadi. Pin pyarrow otherwise micromamba brings in a broken version
  • Loading branch information
Dale Roberts committed Jun 25, 2024
1 parent 868b09c commit 68c7a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environments/analysis3/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies:
- panel
- xrft
- git
- openmpi
- openmpi==4.1.6
- mpi4py
- palettable
- xlrd
Expand Down Expand Up @@ -168,7 +168,7 @@ dependencies:
- rasterstats
- windrose
- pyam
- pyarrow
- pyarrow>=16.1
- python-gist
- celluloid
- jags
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ _initialise() {
echo "Copying external files"
for f in "${outside_files_to_copy[@]}"; do
mkdir -p "${OVERLAY_BASE}"/$( dirname "${f#/g/}" )
cp "${f}" "${OVERLAY_BASE}"/"${f#/g/}"
cp -r "${f}" "${OVERLAY_BASE}"/"${f#/g/}"
done

echo "Unsquashing unstable environment"
Expand Down

0 comments on commit 68c7a0d

Please sign in to comment.