Skip to content

Commit

Permalink
ci: Use numba from conda-forge (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Feb 11, 2025
1 parent c77a2e6 commit 12e7471
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datashader"
channels = ["pyviz/label/dev", "numba", "conda-forge"]
channels = ["pyviz/label/dev", "conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]

[tasks]
Expand All @@ -22,8 +22,7 @@ build = ["py311", "build"]
lint = ["py311", "lint"]

[dependencies]
numba = { version = "*", channel = "numba" }
llvmlite = { version = "*", channel = "conda-forge" }
numba = "*"
colorcet = "*"
multipledispatch = "*"
numpy = "*"
Expand Down

0 comments on commit 12e7471

Please sign in to comment.