From 8d73ca214e930c14fa9ad70a93c12eba66eedaef Mon Sep 17 00:00:00 2001 From: Sam Holt <48217392+samjrholt@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:05:56 +0200 Subject: [PATCH 1/2] Add jupyterlab as a dependency --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d81a1d5..922fd99 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,6 +20,7 @@ requirements: - pip run: - python >=3.8 + - jupyterlab >=3.0 - discretisedfield ==0.90.0 - mag2exp ==0.62.2 - micromagneticdata ==0.65.1 From 72ae17e2fb444102b1f3c3d92294802cc5ef40fa Mon Sep 17 00:00:00 2001 From: Sam Holt <48217392+samjrholt@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:07:18 +0200 Subject: [PATCH 2/2] Increase build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 922fd99..6a67348 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: build: noarch: python - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . -vv requirements: