Skip to content

Commit d25aaa3

Browse files
committed
Temporarily prevent the use of Ax 1.0.0
1 parent a632e6b commit d25aaa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ test = [
3434
'flake8',
3535
'pytest',
3636
'pytest-mpi',
37-
'ax-platform >=0.5.0',
37+
'ax-platform >=0.5.0, <1.0.0',
3838
'matplotlib',
3939
]
4040
all = [
41-
'ax-platform >=0.5.0',
41+
'ax-platform >=0.5.0, <1.0.0',
4242
'matplotlib'
4343
]
4444

0 commit comments

Comments
 (0)