Skip to content

Commit 5efee1c

Browse files
authored
Merge pull request #75 from eWaterCycle/74-ewatercycle-py-rename
Use ewatercycle python package
2 parents 6af1f31 + 9b7cfb6 commit 5efee1c

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

roles/ewatercycle/tasks/main.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- altair=4.1.0
1515
- dask-jobqueue=0.7.1
1616
- distributed=2.20.0
17-
- esmvaltool-python=2.0.0b4
17+
- esmvaltool-python=2.2.0
1818
- geoviews=1.8.1
1919
- hydrostats=0.78
2020
- nco=4.9.3
@@ -56,39 +56,38 @@
5656
- jupyterlab_code_formatter=1.3.1
5757
- dask-labextension=2.0.2
5858
# Everything below is installed via dependencies but kept here for version reference
59-
- bokeh=2.1.1
59+
- bokeh=2.3.0
6060
- cartopy=0.18.0
61-
- cf-units=2.1.4
62-
- cftime=1.2.0
63-
- cython=0.29.20
61+
- cfunits=3.3.1
62+
- cftime=1.2.1
63+
- cython=0.29.22
6464
- dask=2.20.0
65-
- datashader=0.11.0
66-
- ecmwf-api-client=1.5.4
65+
- datashader=0.12.1
66+
- ecmwf-api-client=1.6.1
6767
- eofs=1.4.0
68-
- holoviews=1.13.3
69-
- hvplot=0.6.0
70-
- iris=2.4.0
71-
- joblib=0.16.0
72-
- matplotlib=3.2.2
68+
- holoviews=1.14.2
69+
- hvplot=0.7.1
70+
- iris=3.0.1
71+
- joblib=1.0.1
72+
- matplotlib=3.4.1
7373
- nc-time-axis=1.2.0
74-
- numpy=1.18.5
75-
- pip=20.1.1
76-
- python-cdo=1.5.3
77-
- scikit-learn=0.23.1
78-
- seaborn=0.10.1
74+
- numpy=1.20.2
75+
- pip=21.0.1
76+
- python-cdo=1.5.4
77+
- scikit-learn=0.24.1
78+
- seaborn=0.11.1
7979
- threadpoolctl=2.1.0
80-
- tqdm=4.47.0
81-
- xarray=0.15.1
82-
- xesmf=0.3.0
83-
- xlrd=1.2.0
84-
- xlsxwriter=1.2.9
80+
- tqdm=4.60.0
81+
- xarray=0.17.0
82+
- xesmf=0.5.2
83+
- xlsxwriter=1.3.8
8584
- name: eWaterCycle pip dependencies
8685
pip:
8786
executable: '{{ conda_root }}/envs/ewatercycle/bin/pip3'
8887
name:
8988
- jupyterlab_thredds==0.5.0
9089
- grpc4bmi==0.2.12
91-
- git+https://github.com/eWaterCycle/parametersetdb.git@observation_data
90+
- git+https://github.com/eWaterCycle/ewatercycle@67951a1b37e6dde2c1bbf6a86a0f456d3acc2f0f
9291
- name: Activate eWaterCycle conda environment during login for all posix_users
9392
lineinfile:
9493
path: ~/.bashrc

0 commit comments

Comments
 (0)