From 2c80d2f073a25487aff197b0b3374f946fa9bdd8 Mon Sep 17 00:00:00 2001 From: jcmt <7337781+jcmt@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:04:45 +0000 Subject: [PATCH] adding missing dependencies --- tier_1/environment.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tier_1/environment.yml b/tier_1/environment.yml index c9afbf9..30d0943 100644 --- a/tier_1/environment.yml +++ b/tier_1/environment.yml @@ -2,4 +2,9 @@ name: mooc-weatherbench dependencies: - numpy - xarray - - tensorflow \ No newline at end of file + - tensorflow + - netcdf4 + - h5netcdf + - dask + - matplotlib + - jupyter