From b2cf5efbb425fea35869eb05b1b097d62b042236 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Thu, 23 Jan 2025 08:54:56 +0100 Subject: [PATCH] Pin scikit-learn version for now until new xgboost version including https://github.com/dmlc/xgboost/pull/11021 is released --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 924935d..5b973f5 100644 --- a/environment.yml +++ b/environment.yml @@ -10,5 +10,5 @@ dependencies: - python - radiomics::pyradiomics - simpleitk - - scikit-learn + - scikit-learn<1.6 - xgboost diff --git a/requirements.txt b/requirements.txt index 4917972..ad03487 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pandas pooch pyradiomics simpleitk -scikit-learn +scikit-learn<1.6 xgboost