Skip to content

Commit

Permalink
Pin ax version
Browse files Browse the repository at this point in the history
The `FixedNoiseGP` was deprecated in Botorch 0.12.0 / ax 0.4.3

Until this is fixed in CADET-Process, we pin ax to <0.4.3

See also:
#174
  • Loading branch information
schmoelder committed Dec 16, 2024
1 parent f5be608 commit b322028
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 @@ -43,7 +43,7 @@ testing = [
"certifi", # tries to prevent certificate problems on windows
"pytest",
"pre-commit", # system tests run pre-commit
"ax-platform>=0.3.5",
"ax-platform >=0.3.5,<0.4.3"
]
docs = [
"myst-nb>=0.17.1",
Expand All @@ -56,7 +56,7 @@ docs = [
]

ax = [
"ax-platform>=0.3.5",
"ax-platform >=0.3.5,<0.4.3"
]

[project.urls]
Expand Down

0 comments on commit b322028

Please sign in to comment.