Skip to content

Commit 0e20f2f

Browse files
committed
as suggested, use new ax for 310-312, then old ax for 313
1 parent 1741382 commit 0e20f2f

2 files changed

Lines changed: 5 additions & 5 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,19 @@ python = "3.14.*"
156156

157157
# ax-platform only works up to 3.13 on Linux
158158
[tool.pixi.feature.py310e.target.linux-64.dependencies]
159-
ax-platform = "==0.5.0"
159+
ax-platform = ">=1.2.1,<2"
160160

161161
[tool.pixi.feature.py310e.dependencies]
162162
globus-compute-sdk = ">=4.3.0,<5"
163163

164164
[tool.pixi.feature.py311e.target.linux-64.dependencies]
165-
ax-platform = "==0.5.0"
165+
ax-platform = ">=1.2.1,<2"
166166

167167
[tool.pixi.feature.py311e.dependencies]
168168
globus-compute-sdk = ">=4.3.0,<5"
169169

170170
[tool.pixi.feature.py312e.target.linux-64.dependencies]
171-
ax-platform = "==0.5.0"
171+
ax-platform = ">=1.2.1,<2"
172172

173173
[tool.pixi.feature.py312e.dependencies]
174174
globus-compute-sdk = ">=4.3.0,<5"

0 commit comments

Comments
 (0)