Skip to content

Commit

Permalink
Dependency prompt_toolkit minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
op3 committed Jan 17, 2024
1 parent e1b49e3 commit fc725fe
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 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"matplotlib",
"numpy",
"ipython",
"prompt_toolkit>=3.0.0",
"prompt_toolkit>=3.0.37",
"traitlets",
"uncertainties",
],
Expand Down

0 comments on commit fc725fe

Please sign in to comment.