From 5e57f48eafa570a2e09e4d07607f2d4d7e76be95 Mon Sep 17 00:00:00 2001 From: Tom Gillam Date: Sat, 29 Nov 2025 11:28:20 +0000 Subject: [PATCH 1/2] Fix cpuinfo & jmetal package names --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 4651dcda2..0865b1260 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -43,10 +43,10 @@ dependencies = [ optional-dependencies.benchmarks = [ "botorch", - "cpuinfo", + "py-cpuinfo", "desdeo", "fast-pareto", - "jmetal", + "jmetalpy", "matplotlib", "nevergrad", "numba", From 72f3f7153446e530790543be83565049d80d0fc8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 11:33:19 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0865b1260..2c2f0132c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -43,7 +43,6 @@ dependencies = [ optional-dependencies.benchmarks = [ "botorch", - "py-cpuinfo", "desdeo", "fast-pareto", "jmetalpy", @@ -54,6 +53,7 @@ optional-dependencies.benchmarks = [ "optuna", "pandas>=2", "paretoset", + "py-cpuinfo", "pymoo", "seqme", ]