diff --git a/setup.py b/setup.py index 77d7488..bca9912 100644 --- a/setup.py +++ b/setup.py @@ -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"],