Skip to content

Commit 174a373

Browse files
committed
bump ax versions across extra-test environments
1 parent e222976 commit 174a373

2 files changed

Lines changed: 6 additions & 6 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,25 +156,25 @@ 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"
175175

176176
[tool.pixi.feature.py313e.target.linux-64.dependencies]
177-
ax-platform = "==0.5.0"
177+
ax-platform = ">=1.2.1,<2"
178178

179179
[tool.pixi.feature.py314e]
180180

0 commit comments

Comments
 (0)