Skip to content

Commit

Permalink
removed requirement of specific version of prompt_toolkit (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt authored Apr 21, 2020
1 parent 6236352 commit ac02ca4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ pathos>=0.2
numpy
scoop
matplotlib
# jupyter_console does not yet support prompt_toolkit version 3.x
prompt_toolkit~=2.0.10
jupyter
IPython
ipywidgets
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pathos>=0.2
numpy
scoop
matplotlib
prompt_toolkit~=2.0.10
jupyter
IPython
ipywidgets
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
'IPython',
'ipywidgets',
'matplotlib',
'prompt_toolkit~=2.0.10',
'pathos>=0.2',
'numpy',
'scoop',
Expand Down

0 comments on commit ac02ca4

Please sign in to comment.