From 3d2bc459ead0d34aacd303066cb691743ed22761 Mon Sep 17 00:00:00 2001 From: Jess <20195932+wrongkindofdoctor@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:18:02 -0500 Subject: [PATCH] Update mdtf dev env file (#722) * add snakeviz, gprof2dot, and intake-esgf packages to env_dev file * add viztracer to dev environment file * add kerchunk package to dev environment --- src/conda/env_dev.yml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/src/conda/env_dev.yml b/src/conda/env_dev.yml index 71c847cff..36fea5e5f 100644 --- a/src/conda/env_dev.yml +++ b/src/conda/env_dev.yml @@ -6,15 +6,30 @@ dependencies: # contents of python3_base - python=3.12 - numpy=1.26.4 -- scipy=1.11.2 -- netCDF4=1.6.4 +- scipy=1.14.0 +- netCDF4=1.6.5 - cftime=1.6.2 +- scikit-learn=1.4.2 +- xesmf=0.8.1 +- esmf=8.4.2 +- esmpy=8.4.2 - xarray=2024.1.1 - matplotlib=3.8.2 - cartopy=0.22.0 +- cython=3.0.2 - pandas=2.2.2 - pint=0.24.3 +- gsw=3.6.17 +- h5py=3.9.0 +- nc-time-axis=1.4.1 - dask=2024.7.1 +- pyyaml=6.0.1 +- cfunits=3.3.6 +- intake=0.7.0 +- intake-esm=2024.2.6 +- kerchunk=0.2.7 +- intake-esgf=2024.12.7 +- cf_xarray=0.8.4 # additional development tools - jupyter_core=5.3.1 - jupyterlab=4.0.5 @@ -23,10 +38,10 @@ dependencies: - pylint=2.17.5 - doc8=1.1.1 - jinja2=3.1.2 -#- latexmk=4.76 -- cfunits=3.3.6 -- intake=0.7.0 -- intake-esm=2024.2.6 -- cf_xarray=0.8.4 - cloud_sptheme - snakeviz=2.2.0 +- graphviz=2.50.0 +- pip=24.3.1 +- pip: + - gprof2dot==2024.6.6 + - viztracer==1.0.0