diff --git a/pyproject.toml b/pyproject.toml index b8b23174..0ec273f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0" pytest-run-parallel = ">=0.6.1" -numpy = ">=2.3.2" +numpy = ">=2.3.3" # pytorch = "*" # Not available on Python 3.13t yet dask-core = ">=2025.9.0" # No distributed, tornado, etc. # sparse = "*" # numba not available on Python 3.13t yet