Skip to content

Commit

Permalink
remove dependency on ipython_genutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Oct 19, 2023
1 parent 9c70374 commit 7b8754e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies:
- pyqt
- qtpy >=2.0.1
- traitlets
- ipython_genutils
- jupyter_core
- jupyter_client
- pygments
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
python_requires = '>= 3.7',
install_requires = [
'traitlets!=5.2.1,!=5.2.2',
'ipython_genutils',
'jupyter_core',
'jupyter_client>=4.1',
'pygments',
Expand Down

0 comments on commit 7b8754e

Please sign in to comment.