Skip to content

Commit

Permalink
Fix dependencies: prompt_toolkit>=3.0.40 required (see #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
op3 committed Mar 22, 2024
1 parent ed2fdbd commit dd28ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"matplotlib",
"numpy",
"ipython",
"prompt_toolkit>=3.0.37",
"prompt_toolkit>=3.0.40",
"traitlets",
"uncertainties",
],
Expand Down

0 comments on commit dd28ddd

Please sign in to comment.