From f05d7d3ddc6adb7e0a497b65b67ee1e8fbf85585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:09:29 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [ray](https://github.com/ray-project/ray) and [scikit-learn](https://github.com/scikit-learn/scikit-learn). Updates `ray` from 2.3.1 to 2.7.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.3.1...ray-2.7.0) Updates `scikit-learn` from 1.1.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.2...1.5.0) --- updated-dependencies: - dependency-name: ray dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-algorithms.txt | 2 +- requirements-benchmarks.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-algorithms.txt b/requirements-algorithms.txt index ab5da7f8e..91038ac98 100644 --- a/requirements-algorithms.txt +++ b/requirements-algorithms.txt @@ -7,7 +7,7 @@ cvxpy==1.2.1 cvxopt==1.3.0 # For Harmonica. -scikit-learn==1.1.2 +scikit-learn==1.5.0 # For CMA-ES. evojax==0.2.15 diff --git a/requirements-benchmarks.txt b/requirements-benchmarks.txt index 1e65cc9e7..5208dc4a0 100644 --- a/requirements-benchmarks.txt +++ b/requirements-benchmarks.txt @@ -13,4 +13,4 @@ nats_bench # NASBench-201 xgboost==1.5.1 # For Raytune -ray==2.3.1 \ No newline at end of file +ray==2.7.0 \ No newline at end of file