From 3ea193ba79e27ca6f896d98b4a6afd25837022af Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 16 Dec 2024 08:35:34 -0800 Subject: [PATCH] update scikit-learn version to 1.5.0 or greater --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60263cf9..ec2c0055 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ scikit-sparse>=0.4.5 pint-pulsar>=0.8.2 libstempo>=2.4.0 enterprise-pulsar>=3.3.0 -scikit-learn==1.0.1 +scikit-learn==1.5.0 emcee ptmcmcsampler numdifftools diff --git a/setup.py b/setup.py index a984ee80..6daad9f0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "pint-pulsar>=0.8.2", "libstempo>=2.4.0", "enterprise-pulsar>=3.3.0", - "scikit-learn>=0.24", + "scikit-learn>=1.5.0", "emcee", "ptmcmcsampler", ]