Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package versions for v. 1.2.3 #26

Merged
merged 1 commit into from
Oct 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e3sm_supported_machines/create_new_env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ check_env () {
# the python version(s) are installed and whether to make an environment with
# x-windows support under cdat (x), without (nox) or both (nox x). Typically,
# both x and nox environments should be created.
versions=(1.2.2)
versions=(1.2.3)
pythons=(2.7)
x_or_noxs=(nox x)

Expand Down
14 changes: 7 additions & 7 deletions e3sm_unified_metapackage.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
BUILD=0
VERSION=1.2.2
VERSION=1.2.3


conda metapackage -c conda-forge -c e3sm -c cdat \
Expand All @@ -20,13 +20,12 @@ conda metapackage -c conda-forge -c e3sm -c cdat \
"output_viewer ==1.2.5" \
"wk ==8.0" \
"thermo ==8.0" \
"cdp ==1.3.3" \
"e3sm_nex ==0.0.2" \
"e3sm_diags ==1.3.4" \
"e3sm_diags ==1.4.0" \
"cibots ==0.2" \
"xarray ==0.10.8" \
"dask ==0.18.2" \
"nco ==4.7.6" \
"nco ==4.7.7" \
"lxml" \
"sympy" \
"pyproj" \
Expand All @@ -52,10 +51,11 @@ conda metapackage -c conda-forge -c e3sm -c cdat \
"globus-cli" \
"globus-sdk" \
"mpas_analysis ==1.0" \
"processflow ==2.0.4" \
"processflow ==2.1.0" \
"tabulate" \
"cmocean" \
"gsw" \
"libnetcdf ==4.6.1" \
"livvkit ==2.1.6"

"livvkit ==2.1.6" \
"pyflann" \
"scikit-image"