From 7970997cccf3a3a7ce14cf6784aaa91acfed4f0e Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 7 Nov 2024 09:13:52 -0600 Subject: [PATCH] Exclude flexparser 0.4 as workaround for IDAES/idaes-pse#1524 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 52c64f6eaf..cf338880d8 100644 --- a/setup.py +++ b/setup.py @@ -80,6 +80,7 @@ # maintainers: switch to SPECIAL_DEPENDENCIES_FOR_RELEASE when cutting a release of watertap *SPECIAL_DEPENDENCIES_FOR_PRERELEASE, "pyomo>=6.6.1", + "flexparser != 0.4", # IDAES/idaes-pse#1524 "pyyaml", # watertap.core.wt_database # for parameter_sweep "parameter-sweep>=0.1.dev5",