From ac02ca49ac262cbedbcacc88cfae2f50a83ef49c Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Tue, 21 Apr 2020 10:32:55 +0200 Subject: [PATCH] removed requirement of specific version of prompt_toolkit (#17) --- requirements-dev.txt | 2 -- requirements.txt | 1 - setup.py | 1 - 3 files changed, 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f4fa27e..fc68e232 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index cbf7af0f..1059930f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ pathos>=0.2 numpy scoop matplotlib -prompt_toolkit~=2.0.10 jupyter IPython ipywidgets diff --git a/setup.py b/setup.py index a9633eb7..c92daedf 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ 'IPython', 'ipywidgets', 'matplotlib', - 'prompt_toolkit~=2.0.10', 'pathos>=0.2', 'numpy', 'scoop',