From cb85b8fbc00cd2a9748151493ef469ea901a4a66 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 30 Jun 2023 12:58:26 -0500 Subject: [PATCH] Add constraint for joblib due to mlrose_hiive importing removed module --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9a7c87a5f..16d4b4886 100644 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ "cma", "matplotlib<3.6", "mlrose_hiive==2.1.3", + "joblib<1.3", # CCSI-Toolset/FOQUS#1154 "mplcursors", "numpy", "pandas",