From 4380b4af5d9bc7f5062032ed5babe25fee40c660 Mon Sep 17 00:00:00 2001 From: Rob Davis Date: Fri, 13 Sep 2024 10:38:33 +0100 Subject: [PATCH] pin xgboost in setup --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eef6d848..31342ca4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,8 @@ install_requires = pydantic<2.0 cloudpickle scipy - xgboost<3.0.0 + xgboost<3.0.0; platform_system != "Darwin" + xgboost==1.7.6; platform_system == "Darwin" geomloss pgmpy redis