Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10
3.14
2 changes: 1 addition & 1 deletion plugins/actuators/sfttrainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion plugins/operators/trim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"autogluon-tabular[catboost,xgboost]==1.5",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down