Skip to content

Commit b19feed

Browse files
committed
Update readthedocs documentation
1 parent d25aaa3 commit b19feed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- pip
66
- pip:
77
- -e ..
8-
- ax-platform >= 0.5.0
8+
- ax-platform >= 0.5.0, < 1.0.0
99
- autodoc_pydantic >= 2.0.1
1010
- ipykernel
1111
- matplotlib

optimas/generators/ax/import_error_dummy_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def __init__(self, *args, **kwargs) -> None:
1212
raise RuntimeError(
1313
"You need to install ax-platform, in order "
1414
"to use Ax-based generators in optimas.\n"
15-
"e.g. with `pip install ax-platform > 0.5.0`"
15+
"e.g. with `pip install 'ax-platform<1.0.0'`"
1616
)

0 commit comments

Comments
 (0)