From 1cb335fc4a07857c837bbaf260d76e2ab0398dd8 Mon Sep 17 00:00:00 2001 From: Jacob Schreiber Date: Thu, 10 Oct 2024 10:05:52 +0000 Subject: [PATCH] FIX requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd074a8..96b7c93 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "numba >= 0.55.1", "logomaker", "joblib >= 1.3.2", - "scikit-learn >= 1.2.2" + "scikit-learn >= 1.2.2", "matplotlib" ], ) \ No newline at end of file