diff --git a/pixi.toml b/pixi.toml index be1d76f0d..1ac572cd7 100644 --- a/pixi.toml +++ b/pixi.toml @@ -22,10 +22,10 @@ build = ["py311", "build"] lint = ["py311", "lint"] [dependencies] +numba = "*" # At top as this dictates Python version colorcet = "*" dask-core = "*" multipledispatch = "*" -numba = "*" numpy = "*" pandas = "*" param = "*"