From 3c52166e37ea05529017e537bea576acdc73b4d4 Mon Sep 17 00:00:00 2001 From: Benjamin Pope Date: Thu, 22 Feb 2024 17:45:31 +1000 Subject: [PATCH] Update requirements.txt sklearn no longer resolves to scikit-learn on pip and returns an error - calling it scikit-learn allows for a correct pip install --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f319be3..14ffd72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ tornado matplotlib lightkurve>=2.0.0 numpy -sklearn +scikit-learn more-itertools scipy!=1.4.1 poetry