From 94dda325ffd4b9e457ba64bdcbbb476dfe410f09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:31:35 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- plugins/actuators/sfttrainer/pyproject.toml | 2 +- plugins/operators/no-priors-characterization/pyproject.toml | 2 +- plugins/operators/trim/pyproject.toml | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.python-version b/.python-version index c8cfe3959..6324d401a 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10 +3.14 diff --git a/plugins/actuators/sfttrainer/pyproject.toml b/plugins/actuators/sfttrainer/pyproject.toml index babda018f..d834da86c 100644 --- a/plugins/actuators/sfttrainer/pyproject.toml +++ b/plugins/actuators/sfttrainer/pyproject.toml @@ -2,7 +2,7 @@ name = "ado-sfttrainer" description = "An actuator for benchmarking fine-tuning of foundation models" # Change to describing your actuator readme = "ado_actuators/sfttrainer/README.md" -requires-python = ">=3.10,<3.13" +requires-python = ">=3.14,<3.15" dependencies = ["aim>=3.23.0", "jwt", "psutil", "transformers>=4.44.2"] dynamic = ["version"] diff --git a/plugins/operators/no-priors-characterization/pyproject.toml b/plugins/operators/no-priors-characterization/pyproject.toml index 691d60f55..501adf0b6 100644 --- a/plugins/operators/no-priors-characterization/pyproject.toml +++ b/plugins/operators/no-priors-characterization/pyproject.toml @@ -2,7 +2,7 @@ name = "ado-no-priors-characterization" description = "No-priors characterization operator for sampling discovery spaces using high-dimensional sampling strategies" readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" dependencies = [ "ado-core", "numpy", diff --git a/plugins/operators/trim/pyproject.toml b/plugins/operators/trim/pyproject.toml index 8806d6751..8291b1d7c 100644 --- a/plugins/operators/trim/pyproject.toml +++ b/plugins/operators/trim/pyproject.toml @@ -2,7 +2,7 @@ name = "ado-trim" description = "TRIM (Transfer Refined Iterative Modeling) builds an accurate predictive model from a small dataset by iteratively sampling a Discovery Space." readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" dependencies = [ "ado-core", "ado-no-priors-characterization", diff --git a/pyproject.toml b/pyproject.toml index 4d17cc52f..4543cc0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ It can be easily extended with new experiments or new analysis tools. It allows researchers and engineers to collaborate on projects, execute experiments, and share data. """ readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" license-files = ["AUTHORS.md", "LICEN[CS]E*", "vendored/licenses/*.txt"] authors = [{ name = "Michael A. Johnston", email = "michaelj@ie.ibm.com" }] maintainers = [{ name = "Michael A. Johnston", email = "michaelj@ie.ibm.com" }]