Skip to content

Commit

Permalink
Merge branch 'main' into drop_pillow_required
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 29, 2024
2 parents 20cfcf1 + 9cf38ff commit 24aa679
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 24aa679

Please sign in to comment.