From 6e2b5d845b3c6412c43d19bd62d58db83c0ee43d Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Wed, 1 Mar 2023 16:37:34 +0100 Subject: [PATCH 1/3] Add ctd to environment --- .binder/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.binder/environment.yml b/.binder/environment.yml index 2310763..b986959 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -11,3 +11,4 @@ dependencies: - pandas-flavor >=0.1.2 - scipy - jupyter + - ctd From 682fe393899507addfcb01bb515ac0c67cf8a0ce Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Thu, 2 Mar 2023 08:22:55 +0100 Subject: [PATCH 2/3] specify latest dev version Co-authored-by: Filipe --- .binder/environment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index b986959..d656961 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -11,4 +11,7 @@ dependencies: - pandas-flavor >=0.1.2 - scipy - jupyter - - ctd + - pip + - pip: + - ctd @ git+https://github.com/pyoceans/python-ctd@main + From 297df603c5e79d95a8d8d9cee78c48d608393334 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 07:23:17 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .binder/environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index d656961..45c3bf8 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -14,4 +14,3 @@ dependencies: - pip - pip: - ctd @ git+https://github.com/pyoceans/python-ctd@main -