Skip to content

Commit

Permalink
update setup with ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Jan 16, 2024
1 parent d318299 commit 2a1f8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2a1f8c4

Please sign in to comment.