Skip to content

Commit

Permalink
added jupyter as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Dec 5, 2023
1 parent 9b601d1 commit 07e1442
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 @@ -48,7 +48,7 @@

extras_require={
'hpc': ['horovod==0.27.0'],
'doc': ['recommonmark', 'sphinx', 'sphinx_rtd_theme', 'nbsphinx','nbconvert'],
'doc': ['recommonmark', 'sphinx', 'sphinx_rtd_theme', 'nbsphinx','nbconvert','jupyter'],
'test': ['pytest', 'pytest-runner',
'coverage', 'coveralls', 'pycodestyle'],
}
Expand Down

0 comments on commit 07e1442

Please sign in to comment.