Skip to content

Commit

Permalink
Trying to fix ipython warnings on readthedocs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jranalli committed Jul 25, 2024
1 parent aaa026f commit 4b1370a
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 @@ -28,5 +28,5 @@
'scipy'
],
license='BSD (3 Clause)',
extras_require=dict(tests=['pytest'], demos=['matplotlib', 'jupyter'], docs=['sphinx', 'nbsphinx', 'sphinx_rtd_theme']),
extras_require=dict(tests=['pytest'], demos=['matplotlib', 'jupyter'], docs=['sphinx', 'nbsphinx', 'sphinx_rtd_theme', 'ipython']),
)

0 comments on commit 4b1370a

Please sign in to comment.