From 3b47d711f0c298f856c0e69477808bac1980647f Mon Sep 17 00:00:00 2001 From: nebhead Date: Sat, 13 Jul 2024 14:05:46 -0700 Subject: [PATCH] Update install.sh Pin version of Scikit Learn to v1.4.2 --- auto-install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-install/install.sh b/auto-install/install.sh index dd830205..1354f60e 100644 --- a/auto-install/install.sh +++ b/auto-install/install.sh @@ -131,7 +131,7 @@ python -m pip install uuid python -m pip install influxdb-client[ciso] python -m pip install apprise python -m pip install scikit-fuzzy -python -m pip install scikit-learn +python -m pip install "scikit-learn==1.4.2" python -m pip install ratelimitingfilter python -m pip install "pillow>=9.2.0" python -m pip install paho-mqtt