Skip to content

Commit b1c5dd5

Browse files
committed
revert to develop deps, except for unlocked optimas and bumped globus-compute-sdk
1 parent 5979a5b commit b1c5dd5

2 files changed

Lines changed: 12 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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,22 @@ python = "3.13.*"
155155
[tool.pixi.feature.py314.dependencies]
156156
python = "3.14.*"
157157

158-
[tool.pixi.feature.py311e]
158+
# ax-platform only works up to 3.13 on Linux
159+
160+
[tool.pixi.feature.py311e.target.linux-64.dependencies]
161+
ax-platform = "==0.5.0"
159162

160163
[tool.pixi.feature.py311e.dependencies]
161-
globus-compute-sdk = ">=4.9.0,<5"
164+
globus-compute-sdk = ">=4.10.2,<5"
162165

163-
[tool.pixi.feature.py312e]
166+
[tool.pixi.feature.py312e.target.linux-64.dependencies]
167+
ax-platform = "==0.5.0"
164168

165169
[tool.pixi.feature.py312e.dependencies]
166-
globus-compute-sdk = ">=4.9.0,<5"
170+
globus-compute-sdk = ">=4.10.2,<5"
167171

168-
[tool.pixi.feature.py313e]
172+
[tool.pixi.feature.py313e.target.linux-64.dependencies]
173+
ax-platform = "==0.5.0"
169174

170175
[tool.pixi.feature.py314e]
171176

0 commit comments

Comments
 (0)