From c32b1546c842597cddfc9df589b8e3eaecbdd63a Mon Sep 17 00:00:00 2001 From: "Jeremy M. G. Leung" Date: Thu, 17 Oct 2024 11:26:46 -0400 Subject: [PATCH] pin textual so argparse-tui works --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6dad6da..e3b862e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,8 @@ westpa = [ "westpa>=2022.03" ] tui = [ - "argparse-tui>0.2.4" + "argparse-tui>0.2.4", + "textual<0.80.0" # Pinning b/c argparse-tui does not support textual>=0.80.0 ] dev = [ "lpath-md[test,westpa,tui]"