From dd28ddd411ddfd73c031a04cbb0464600cadc6b1 Mon Sep 17 00:00:00 2001 From: Oliver Papst Date: Fri, 22 Mar 2024 10:40:15 +0100 Subject: [PATCH] Fix dependencies: prompt_toolkit>=3.0.40 required (see #35) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b93be46..a526c32c 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>=3.0.37 uncertainties + - Packages: numpy scipy matplotlib prompt_toolkit>=3.0.40 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 dc6b4051..2d660700 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ "matplotlib", "numpy", "ipython", - "prompt_toolkit>=3.0.37", + "prompt_toolkit>=3.0.40", "traitlets", "uncertainties", ],