Skip to content

Commit

Permalink
Fix IPython
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Jan 21, 2021
1 parent d2cce84 commit 6aa8ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ $(BIN)/shiv:

flake8: DEPS = flake8 flake8-comprehensions flake8-bugbear flake8-docstrings

ipython: DEPS = ipython requests attrs
ipython: DEPS = ipython requests attrs 'jedi < 0.18.0'
# https://github.com/ipython/ipython/issues/12740

twine: DEPS = twine readme_renderer[md]

Expand Down

0 comments on commit 6aa8ac3

Please sign in to comment.