From 1cdfb48d0e8ae0ff69aab85551b236069efcbc74 Mon Sep 17 00:00:00 2001 From: Kevin Zakka Date: Fri, 7 Jun 2024 15:31:04 -0700 Subject: [PATCH] Pin scikit-learn version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e7a612..703142f 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "pretty_midi>=0.2.10", "pyaudio>=0.2.12", "pyfluidsynth>=1.3.2", - "scikit-learn", + "scikit-learn==1.4.2", "termcolor", "tqdm", ]