Skip to content

Commit 005647f

Browse files
authored
Merge pull request #1684 from Libensemble/asktell/ax
Asktell/ax - disable xopt tests for now and narrow down some deps
2 parents 2a2c20b + f1bb7ed commit 005647f

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

libensemble/tests/regression_tests/test_xopt_EI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# TESTSUITE_COMMS: mpi local
1717
# TESTSUITE_NPROCS: 4
1818
# TESTSUITE_EXTRA: true
19+
# TESTSUITE_EXCLUDE: true
1920

2021
import numpy as np
2122
from gest_api.vocs import VOCS

libensemble/tests/regression_tests/test_xopt_EI_xopt_sim.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# TESTSUITE_COMMS: mpi local
1717
# TESTSUITE_NPROCS: 4
1818
# TESTSUITE_EXTRA: true
19+
# TESTSUITE_EXCLUDE: true
1920

2021
import numpy as np
2122
from gest_api.vocs import VOCS

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ mumps-mpi = ">=5.8.1,<6"
125125
dfo-ls = ">=1.3.0,<2"
126126
petsc = "==3.24.2"
127127
petsc4py = "==3.24.2"
128+
pandas = "<3"
129+
numpy = "<2.4"
128130

129131
[tool.pixi.feature.docs.dependencies]
130132
sphinx = ">=8.2.3,<9"
@@ -166,25 +168,25 @@ python = "3.14.*"
166168

167169
# ax-platform only works up to 3.13 on Linux
168170
[tool.pixi.feature.py310e.target.linux-64.dependencies]
169-
ax-platform = ">=0.5.0"
171+
ax-platform = "==0.5.0"
170172

171173
[tool.pixi.feature.py310e.dependencies]
172174
globus-compute-sdk = ">=4.3.0,<5"
173175

174176
[tool.pixi.feature.py311e.target.linux-64.dependencies]
175-
ax-platform = ">=0.5.0"
177+
ax-platform = "==0.5.0"
176178

177179
[tool.pixi.feature.py311e.dependencies]
178180
globus-compute-sdk = ">=4.3.0,<5"
179181

180182
[tool.pixi.feature.py312e.target.linux-64.dependencies]
181-
ax-platform = ">=0.5.0"
183+
ax-platform = "==0.5.0"
182184

183185
[tool.pixi.feature.py312e.dependencies]
184186
globus-compute-sdk = ">=4.3.0,<5"
185187

186188
[tool.pixi.feature.py313e.target.linux-64.dependencies]
187-
ax-platform = ">=0.5.0"
189+
ax-platform = "==0.5.0"
188190

189191
[tool.pixi.feature.py314e]
190192

@@ -216,14 +218,10 @@ extra = [
216218
"proxystore>=0.8.3,<0.9",
217219
"redis>=7.1.0,<8",
218220
"surmise>=0.3.0,<0.5",
219-
"optimas @ git+https://github.com/optimas-org/optimas",
221+
"optimas @ git+https://github.com/optimas-org/optimas@multitask_uses_id",
220222
]
221223
dev = ["wat>=0.7.0,<0.8"]
222224
docs = ["pyenchant", "enchant>=0.0.1,<0.0.2", "sphinx-lfs-content>=1.1.10,<2"]
223-
py311e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
224-
py312e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
225-
py313e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
226-
py314e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
227225

228226
# Various config from here onward
229227
[tool.black]

0 commit comments

Comments
 (0)