diff --git a/README.md b/README.md index c3d079a7..8b93be46 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To build and run HDTV, the following dependencies are required: * Python - Tested with 3.8, 3.9, 3.10, and 3.11 - - Packages: numpy scipy matplotlib prompt_toolkit uncertainties + - Packages: numpy scipy matplotlib prompt_toolkit>=3.0.37 uncertainties - Packages for development & testing: docutils pytest pytest-cov * [Cern ROOT](https://root.cern/) 6 - Tested with version 6.26 and higher diff --git a/setup.py b/setup.py index a811c211..bba16536 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "matplotlib", "numpy", "ipython", - "prompt_toolkit>=3.0.0", + "prompt_toolkit>=3.0.37", "traitlets", "uncertainties", ],