Skip to content

Commit c79bf4d

Browse files
committed
lock ax again, point to optimas branch
1 parent 2a2c20b commit c79bf4d

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

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 & 5 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,7 +218,7 @@ 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"]

0 commit comments

Comments
 (0)