diff --git a/pixi.lock b/pixi.lock index c2b4ac65..59ff2716 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4258,7 +4258,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.0.dev0 - sha256: c0997beab6e59ec06538ca122d77aaad514e84a530ca54cfe1653934d8e012ab + sha256: 3dfbfdc2d3f866b94eea9a27d0ae2925062c15cb708d3ac6b31a1121817c72ed requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 5d4b505a..854fb5f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,7 +197,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" -pytest-run-parallel = ">=0.6.0" +pytest-run-parallel = ">=0.6.1" numpy = ">=2.3.2" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.7.0" # No distributed, tornado, etc.