From 85d1db8d2556acb29a425746989df0d12325e02c Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Tue, 27 Feb 2024 13:42:25 -0500 Subject: [PATCH] fix dependencies --- environment.yml | 1 - requirements.txt | 1 + src/notebooks/pycnocline_depth_mom6.ipynb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 1087852..0619bcc 100644 --- a/environment.yml +++ b/environment.yml @@ -22,4 +22,3 @@ dependencies: - matplotlib - chardet - gsw - - numba diff --git a/requirements.txt b/requirements.txt index 03b2b69..d33452c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ xarray==2023.10.1 xgcm==0.8.1 matplotlib chardet +gsw diff --git a/src/notebooks/pycnocline_depth_mom6.ipynb b/src/notebooks/pycnocline_depth_mom6.ipynb index 070869f..36180b3 100644 --- a/src/notebooks/pycnocline_depth_mom6.ipynb +++ b/src/notebooks/pycnocline_depth_mom6.ipynb @@ -18,7 +18,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "id": "a0564b37-ff8d-4225-ae79-bf4827c911a8", "metadata": {}, "outputs": [],