From 7aec0ab6dccb8edd5e708c60996b168ac70fa1de Mon Sep 17 00:00:00 2001 From: Yonatan Shelach <92271540+yonishelach@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:43:00 +0200 Subject: [PATCH] [auto-trainer] update test requirements (#839) * [Build] Fix html links, Add .html as source in documentation * Update CI temporarily and update index * [XGB-Custom] Fix test artifact key name * [XGB-Serving][XGB-Test][XGB-Trainer] Fix tests - artifact key * [Build] Install python 3.9 when testing (#618) * [Build] Update python version in CI (#620) * [Build] Install python 3.9 when testing * [Build] Update python version in CI * . * Revert "[Build] Update python version in CI (#620)" (#621) This reverts commit 0cd1f1585a618c253f201b6f5a63502cdbddb591. * Revert "[Build] Install python 3.9 when testing (#618)" (#619) This reverts commit 3301415200e52326bade1e17f99cb6b6d3880860. * [Build] Build with python 3.9 (#622) * [Build] Build with python 3.9 * . * Update requirements.txt --- auto_trainer/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auto_trainer/requirements.txt b/auto_trainer/requirements.txt index ad97214f0..b14a0293c 100644 --- a/auto_trainer/requirements.txt +++ b/auto_trainer/requirements.txt @@ -1,4 +1,4 @@ pandas -scikit-learn -xgboost -plotly \ No newline at end of file +scikit-learn<1.4.0 +xgboost<2.0.0 +plotly