From 2a1f8c493724db25d93a04ec84ca24ec85df3d24 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Tue, 16 Jan 2024 22:37:48 +0100 Subject: [PATCH] update setup with ipykernel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d3616e..030cdb4 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ keywords="neuroscience electrode science datajoint", packages=find_packages(exclude=["contrib", "docs", "tests*"]), scripts=[], - install_requires=["datajoint>=0.13.0", "pynrrd"], + install_requires=["datajoint>=0.13.0", "pynrrd", "ipykernel>=6.0.1", "ipywidgets"], extras_require={ "elements": [ "element-animal @ git+https://github.com/datajoint/element-animal.git",