Skip to content

Commit 78638bd

Browse files
Update version and dependencies (#362)
* update version * add yml for osx * modify yml files * clean up
1 parent 66951bb commit 78638bd

File tree

10 files changed

+460
-230
lines changed

10 files changed

+460
-230
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM continuumio/miniconda3:4.6.14
66

77
LABEL maintainer="[email protected]"
8-
LABEL version="2.2.0"
8+
LABEL version="2.3.0"
99

1010
# Copy the entire project dir because we'll install from source.
1111
COPY . .

acme_diags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
22
import sys
33

4-
__version__ = 'v2.2.0'
4+
__version__ = 'v2.3.0'
55
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')

acme_diags/driver/utils/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_yrs(dataset, season=''):
8888
try:
8989
yrs_averaged = dataset.get_attr_from_climo('yrs_averaged', season)
9090
except:
91-
print("No 'yrs_averaged' exists in the global attributes.")
91+
#print("No 'yrs_averaged' exists in the global attributes.")
9292
yrs_averaged = ''
9393
else:
9494
start_yr, end_yr = dataset.get_start_and_end_years()

conda/e3sm_diags_env.yml

Lines changed: 79 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -3,204 +3,173 @@ channels:
33
- conda-forge
44
- defaults
55
- e3sm
6-
- cdat/label/v82
76
dependencies:
87
- _libgcc_mutex=0.1
98
- _openmp_mutex=4.5
10-
- attrs=19.3.0
11-
- beautifulsoup4=4.9.1
12-
- bokeh=2.1.1
13-
- boost-cpp=1.72.0
9+
- attrs=20.3.0
10+
- beautifulsoup4=4.9.3
11+
- bokeh=2.2.3
1412
- brotlipy=0.7.0
1513
- bzip2=1.0.8
16-
- c-ares=1.16.1
17-
- ca-certificates=2020.6.20
18-
- cairo=1.16.0
14+
- c-ares=1.17.1
15+
- ca-certificates=2020.11.8
1916
- cartopy=0.18.0
2017
- cdat_info=8.2.1
21-
- cdms2=3.1.4
22-
- cdp=1.6.0
18+
- cdp=1.7.0
2319
- cdtime=3.1.4
2420
- cdutil=8.2.1
25-
- certifi=2020.6.20
26-
- cffi=1.14.1
27-
- cfitsio=3.470
21+
- certifi=2020.11.8
22+
- cffi=1.14.4
2823
- chardet=3.0.4
2924
- click=7.1.2
30-
- cloudpickle=1.5.0
31-
- cryptography=3.0
25+
- cloudpickle=1.6.0
26+
- cryptography=3.2.1
3227
- curl=7.71.1
3328
- cycler=0.10.0
34-
- cytoolz=0.10.1
35-
- dask=2.15.0
36-
- dask-core=2.15.0
37-
- decorator=4.4.2
29+
- cytoolz=0.11.0
30+
- dask=2.30.0
31+
- dask-core=2.30.0
32+
- dbus=1.13.6
3833
- distarray=2.12.2
39-
- distributed=2.22.0
40-
- dv3d=8.2
41-
- e3sm_diags=2.1.1
34+
- distributed=2.30.1
35+
- e3sm=2.3.0
4236
- esmf=8.0.1
4337
- esmpy=8.0.1
4438
- expat=2.2.9
45-
- ffmpeg=4.2.3
4639
- fontconfig=2.13.1
47-
- freetype=2.10.2
48-
- freexl=1.0.5
49-
- fsspec=0.8.0
40+
- freetype=2.10.4
41+
- fsspec=0.8.4
5042
- future=0.18.2
5143
- g2clib=1.6.0
52-
- gdal=3.1.2
5344
- genutil=8.2.1
5445
- geos=3.8.1
55-
- geotiff=1.6.0
5646
- gettext=0.19.8.1
57-
- ghostscript=9.22
58-
- giflib=5.2.1
59-
- glib=2.65.0
60-
- gmp=6.2.0
61-
- gnutls=3.6.13
47+
- glib=2.66.3
48+
- gst-plugins-base=1.14.5
49+
- gstreamer=1.14.5
6250
- hdf4=4.2.13
6351
- hdf5=1.10.6
6452
- heapdict=1.0.1
6553
- icu=67.1
6654
- idna=2.10
67-
- importlib-metadata=1.7.0
68-
- importlib_metadata=1.7.0
55+
- importlib-metadata=3.1.0
56+
- importlib_metadata=3.1.0
6957
- ipython_genutils=0.2.0
7058
- jasper=1.900.1
7159
- jinja2=2.11.2
7260
- jpeg=9d
73-
- json-c=0.13.1
7461
- jsonschema=3.2.0
75-
- jupyter_core=4.6.3
76-
- kealib=1.4.13
77-
- kiwisolver=1.2.0
78-
- krb5=1.17.1
79-
- lame=3.100
80-
- lazy-object-proxy=1.5.1
62+
- jupyter_core=4.7.0
63+
- kiwisolver=1.3.1
64+
- krb5=1.17.2
65+
- lazy-object-proxy=1.5.2
8166
- lcms2=2.11
82-
- ld_impl_linux-64=2.34
67+
- ld_impl_linux-64=2.35.1
8368
- libblas=3.8.0
8469
- libcblas=3.8.0
8570
- libcdms=3.1.2
8671
- libcf=1.0.3
72+
- libclang=10.0.1
8773
- libcurl=7.71.1
88-
- libdap4=3.20.6
8974
- libdrs=3.1.2
9075
- libdrs_f=3.1.2
9176
- libedit=3.1.20191231
9277
- libev=4.33
78+
- libevent=2.1.10
9379
- libffi=3.2.1
94-
- libgcc=7.2.0
9580
- libgcc-ng=9.3.0
96-
- libgdal=3.1.2
97-
- libgfortran-ng=7.5.0
81+
- libgfortran-ng=9.3.0
82+
- libgfortran5=9.3.0
83+
- libglib=2.66.3
9884
- libgomp=9.3.0
99-
- libiconv=1.15
100-
- libkml=1.3.0
85+
- libiconv=1.16
10186
- liblapack=3.8.0
87+
- libllvm10=10.0.1
10288
- libnetcdf=4.7.4
10389
- libnghttp2=1.41.0
104-
- libopenblas=0.3.6
90+
- libopenblas=0.3.10
10591
- libpng=1.6.37
10692
- libpq=12.3
107-
- libspatialite=4.3.0a
10893
- libssh2=1.9.0
10994
- libstdcxx-ng=9.3.0
11095
- libtiff=4.1.0
11196
- libuuid=2.32.1
11297
- libwebp-base=1.1.0
11398
- libxcb=1.13
99+
- libxkbcommon=0.10.0
114100
- libxml2=2.9.10
115101
- libxslt=1.1.33
116102
- locket=0.2.0
117-
- lxml=4.5.2
103+
- lxml=4.6.2
118104
- lz4-c=1.9.2
119105
- markupsafe=1.1.1
120-
- matplotlib=3.3.0
121-
- matplotlib-base=3.3.0
122-
- mesalib=18.3.1
106+
- matplotlib=3.3.3
107+
- matplotlib-base=3.3.3
123108
- msgpack-python=1.0.0
124-
- nbformat=5.0.7
109+
- mysql-common=8.0.21
110+
- mysql-libs=8.0.21
111+
- nbformat=5.0.8
125112
- ncurses=6.2
126113
- netcdf-fortran=4.5.3
127-
- nettle=3.4.1
128-
- numpy=1.19.1
114+
- nspr=4.29
115+
- nss=3.59
116+
- numpy=1.19.4
129117
- olefile=0.46
130-
- openblas=0.3.6
131-
- openh264=2.1.1
132-
- openjpeg=2.3.1
133-
- openssl=1.1.1g
118+
- openblas=0.3.10
119+
- openssl=1.1.1h
134120
- output_viewer=1.3.1
135-
- owslib=0.20.0
136121
- packaging=20.4
137-
- pandas=1.1.0
122+
- pandas=1.1.4
138123
- partd=1.1.0
139124
- pcre=8.44
140-
- pillow=7.2.0
141-
- pip=20.2.1
142-
- pixman=0.38.0
143-
- poppler=0.89.0
144-
- poppler-data=0.4.9
145-
- postgresql=12.3
146-
- proj=7.1.0
147-
- psutil=5.7.2
125+
- pillow=8.0.1
126+
- pip=20.3
127+
- proj=7.1.1
128+
- psutil=5.7.3
148129
- pthread-stubs=0.4
149130
- pycparser=2.20
150-
- pyepsg=0.4.0
151-
- pyopenssl=19.1.0
131+
- pyopenssl=20.0.0
152132
- pyparsing=2.4.7
153-
- pyproj=2.6.1.post1
154-
- pyrsistent=0.16.0
155-
- pyshp=2.1.0
133+
- pyqt=5.12.3
134+
- pyrsistent=0.17.3
135+
- pyshp=2.1.2
156136
- pysocks=1.7.1
157137
- python=3.7.8
158138
- python-dateutil=2.8.1
159139
- python_abi=3.7
160-
- pytz=2020.1
140+
- pytz=2020.4
161141
- pyyaml=5.3.1
142+
- qt=5.12.9
162143
- readline=8.0
163-
- requests=2.24.0
164-
- scipy=1.5.2
165-
- setuptools=49.2.1
166-
- shapely=1.7.0
144+
- requests=2.25.0
145+
- scipy=1.5.3
146+
- setuptools=49.6.0
147+
- shapely=1.7.1
167148
- six=1.15.0
168-
- sortedcontainers=2.2.2
149+
- sortedcontainers=2.3.0
169150
- soupsieve=2.0.1
170-
- sqlite=3.32.3
171-
- tbb=2020.1
151+
- sqlite=3.33.0
172152
- tblib=1.6.0
173-
- tiledb=2.0.8
174153
- tk=8.6.10
175-
- toolz=0.10.0
176-
- tornado=6.0.4
177-
- traitlets=4.3.3
178-
- typing_extensions=3.7.4.2
179-
- tzcode=2020a
154+
- toolz=0.11.1
155+
- tornado=6.1
156+
- traitlets=5.0.5
157+
- typing_extensions=3.7.4.3
180158
- udunits2=2.2.27.6
181-
- urllib3=1.25.10
182-
- vcs=8.2
183-
- vcsaddons=8.2
184-
- vtk-cdat=8.2.0.8.2
185-
- wheel=0.34.2
186-
- x264=1!152.20180806
187-
- xerces-c=3.2.3
188-
- xorg-kbproto=1.0.7
189-
- xorg-libice=1.0.10
190-
- xorg-libsm=1.2.3
191-
- xorg-libx11=1.6.10
159+
- urllib3=1.25.11
160+
- wheel=0.36.0
192161
- xorg-libxau=1.0.9
193162
- xorg-libxdmcp=1.1.3
194-
- xorg-libxext=1.3.4
195-
- xorg-libxrender=0.9.10
196-
- xorg-renderproto=0.11.1
197-
- xorg-xextproto=7.3.0
198-
- xorg-xproto=7.0.31
199163
- xz=5.2.5
200164
- yaml=0.2.5
201165
- zict=2.0.0
202-
- zipp=3.1.0
166+
- zipp=3.4.0
203167
- zlib=1.2.11
204168
- zstd=1.4.5
205-
prefix: /export/zhang40/anaconda2/envs/e3sm_diags_env
206-
169+
- pip:
170+
- cdms2==3.1.5
171+
- pyqt5-sip==4.19.18
172+
- pyqtchart==5.12
173+
- pyqtwebengine==5.12.1
174+
- regrid2==3.1.5
175+
prefix: /export/zhang40/miniconda3/envs/e3sm_diags_env

0 commit comments

Comments
 (0)