Skip to content

Commit

Permalink
Replaced jupyter nb with jupyter in extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzsinaagocs committed Oct 5, 2020
1 parent 8adc823 commit 4d94f4c
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 @@ -38,7 +38,7 @@ def readme(short=False):
author_email="fa325@cam.ac.uk",
packages=find_packages(),
install_requires=["numpy"],
extras_require={"examples:": ["matplotlib", "scipy", "jupyter notebook"],
extras_require={"examples:":["matplotlib", "scipy", "jupyter"],
"docs":["sphinx","sphinx-rtd-theme","numpydoc"], "testing":["pytest"]},
setup_requires=["pytest-runner","numpy"],
tests_require=["pytest", "numpy", "scipy"],
Expand Down

0 comments on commit 4d94f4c

Please sign in to comment.