Skip to content

Commit 12e7471

Browse files
authored
ci: Use numba from conda-forge (#1406)
1 parent c77a2e6 commit 12e7471

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pixi.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datashader"
3-
channels = ["pyviz/label/dev", "numba", "conda-forge"]
3+
channels = ["pyviz/label/dev", "conda-forge"]
44
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
55

66
[tasks]
@@ -22,8 +22,7 @@ build = ["py311", "build"]
2222
lint = ["py311", "lint"]
2323

2424
[dependencies]
25-
numba = { version = "*", channel = "numba" }
26-
llvmlite = { version = "*", channel = "conda-forge" }
25+
numba = "*"
2726
colorcet = "*"
2827
multipledispatch = "*"
2928
numpy = "*"

0 commit comments

Comments
 (0)