From 3476db5469fa15da3c3713006bc6bcf5866761b3 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 31 Aug 2023 23:09:26 -0500 Subject: [PATCH] Temporarily remove ui from dev requirements for testing --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3cfbf26c85..328fb4114e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -32,5 +32,5 @@ snowballstemmer==1.2.1 addheader>=0.2.2 # this will install IDAES in editable mode using the dependencies defined under the `extras_require` tags defined in `setup.py` ---editable .[ui,dmf,grid,omlt,coolprop] +--editable .[dmf,grid,omlt,coolprop] # to customize this (e.g. to install a local clone of the Pyomo git repository), add the desired alternate requirements below