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.11
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/custom_experiments/autoconf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "ado-autoconf"
description = "An AutoConf plugin that suggests the minimum number of gpus necessary to execute a Tuning job"
requires-python = ">=3.10,<3.14"
requires-python = ">=3.14,<3.15"
dependencies = [
"ado-core>=1.2.3",
"autogluon-tabular[catboost,xgboost]==1.5.0 ; python_full_version < '3.14'",
Expand Down
2 changes: 1 addition & 1 deletion plugins/operators/profile_space/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "profile_space"
requires-python = ">=3.10,<3.14"
requires-python = ">=3.14,<3.15"
# fg-data-profiling's latest release (4.19.1)
# requires numba<0.63 which is incompatible with
# Python 3.14
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 @@ -5,7 +5,7 @@ readme = "README.md"
# autogluon==1.5 requires pyarrow < 21, which is
# incompatible with Python 3.14
# ref: https://github.com/autogluon/autogluon/blob/master/core/src/autogluon/core/_setup_utils.py#L22
requires-python = ">=3.10,<3.14"
requires-python = ">=3.14,<3.15"
dependencies = [
"ado-core",
"autogluon-tabular[catboost,xgboost]==1.5.0 ; python_full_version < '3.14'",
Expand Down