Skip to content

Commit

Permalink
ci: Move numba to top of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 29, 2024
1 parent 09ea0f0 commit 1b046a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down

0 comments on commit 1b046a0

Please sign in to comment.