From 10de5560fa2de28015b0c6c26dff43260bd1dc16 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Wed, 28 Jun 2023 15:08:31 +0200 Subject: [PATCH] Add jupyter --- otconda/construct.yaml | 1 + test_bundle.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/otconda/construct.yaml b/otconda/construct.yaml index 2bc25f5..97e42da 100644 --- a/otconda/construct.yaml +++ b/otconda/construct.yaml @@ -14,6 +14,7 @@ specs: - pandas - seaborn - ipython + - jupyter - openturns 1.21* - otagrum - otfftw diff --git a/test_bundle.py b/test_bundle.py index bc0309b..c265cfc 100755 --- a/test_bundle.py +++ b/test_bundle.py @@ -34,7 +34,7 @@ def parse_modules(filename): def check_modules(modules): n_fail = 0 package_import_map = {'ipython': 'IPython', 'scikit-learn': 'sklearn'} - excludes = ['python', 'miniforge_console_shortcut'] + excludes = ['python', 'miniforge_console_shortcut', 'jupyter'] for mod in modules: if mod in excludes: continue