Skip to content

Commit f0cdb38

Browse files
committed
Temp limit Ax upper version
1 parent 012a69e commit f0cdb38

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.4.0',
37+
'ax-platform >=0.4.0, <0.5.0',
3838
'matplotlib',
3939
]
4040
all = [
41-
'ax-platform > 0.4.0',
41+
'ax-platform >=0.4.0, <0.5.0',
4242
'matplotlib'
4343
]
4444

0 commit comments

Comments
 (0)