Skip to content

Commit fb49408

Browse files
Update tests (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90352ab commit fb49408

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ numpydoc = ">=1.8.0,<2"
6464
array-api-strict = ">=2.3.1"
6565
numpy = ">=1.26.4"
6666
pytest = ">=8.3.5"
67-
hypothesis = "*"
67+
hypothesis = ">=3.88.3"
6868
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
6969
# NOTE: don't add jax, pytorch, sparse, cupy here
7070
# as they slow down mypy and are not portable across target OSs
@@ -80,7 +80,7 @@ lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] }
8080
[tool.pixi.feature.tests.dependencies]
8181
pytest = ">=8.3.5"
8282
pytest-cov = ">=3"
83-
hypothesis = "*"
83+
hypothesis = ">=3.88.3"
8484
array-api-strict = ">=2.3.1"
8585
numpy = ">=1.22.0"
8686

@@ -134,7 +134,7 @@ numpy = "=1.22.0"
134134
# Backends that can run on CPU-only hosts
135135
# Note: JAX and PyTorch will install CPU variants.
136136
[tool.pixi.feature.backends.dependencies]
137-
pytorch = "*"
137+
pytorch = ">=1.13.1"
138138
dask = ">=2025.3.0"
139139
numba = ">=0.61.0" # sparse dependency
140140
llvmlite = ">=0.44.0" # sparse dependency
@@ -143,13 +143,13 @@ llvmlite = ">=0.44.0" # sparse dependency
143143
sparse = { version = ">=0.16.0" }
144144

145145
[tool.pixi.feature.backends.target.linux-64.dependencies]
146-
jax = "*"
146+
jax = ">=0.5.2"
147147

148148
[tool.pixi.feature.backends.target.osx-64.dependencies]
149-
jax = "*"
149+
jax = ">=0.5.2"
150150

151151
[tool.pixi.feature.backends.target.osx-arm64.dependencies]
152-
jax = "*"
152+
jax = ">=0.5.2"
153153

154154
[tool.pixi.feature.backends.target.win-64.dependencies]
155155
# jax = "*" # unavailable
@@ -165,8 +165,8 @@ system-requirements = { cuda = "12" }
165165

166166
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
167167
cupy = ">=13.4.1"
168-
jaxlib = { version = "*", build = "cuda12*" }
169-
pytorch = { version = "*", build = "cuda12*" }
168+
jaxlib = { version = ">=0.5.2", build = "cuda12*" }
169+
pytorch = { version = ">=1.13.1", build = "cuda12*" }
170170

171171
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
172172
# cupy = "*" # unavailable
@@ -181,7 +181,7 @@ pytorch = { version = "*", build = "cuda12*" }
181181
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
182182
cupy = ">=13.4.1"
183183
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
184-
pytorch = { version = "*", build = "cuda12*" }
184+
pytorch = { version = ">=1.13.1", build = "cuda12*" }
185185

186186
[tool.pixi.environments]
187187
default = { features = ["py313"], solve-group = "py313" }

0 commit comments

Comments
 (0)