diff --git a/pixi.lock b/pixi.lock index e6224ee..508108a 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4253,7 +4253,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: b6c53de8343a57b2655aec9ba02089cd55ece9249885734959612f7be8963640 + sha256: bdcbaec13bc57e4b0c6b05d697f1fcaf956ea3c412b0cc47b3ec27cc70ae9fb8 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 12f902f..0c182a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,7 +198,7 @@ pytorch = { version = ">=2.7.0", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" pytest-run-parallel = ">=0.4.4" -numpy = ">=2.3.0" +numpy = ">=2.3.1" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.5.1" # No distributed, tornado, etc. # sparse = "*" # numba not available on Python 3.13t yet