Skip to content

Commit

Permalink
⬆️ Upgrade ax-platform version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukethehuman committed Jul 4, 2024
1 parent a130b3b commit f659c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sledo"
version = "0.2.0"
version = "0.2.1"
description = "Sequential learning engineering design optimiser"
authors = [
{ name = "Luke Humphrey", email = "[email protected]" },
Expand All @@ -21,7 +21,7 @@ classifiers = [
]
requires-python = ">=3.11"
dependencies = [
"ax-platform==0.3.4",
"ax-platform[mysql]==0.4.0",
"dill==0.3.7",
"ray[train]==2.9.0",
]
Expand Down

0 comments on commit f659c30

Please sign in to comment.