We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77a2e6 commit 12e7471Copy full SHA for 12e7471
pixi.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "datashader"
3
-channels = ["pyviz/label/dev", "numba", "conda-forge"]
+channels = ["pyviz/label/dev", "conda-forge"]
4
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
5
6
[tasks]
@@ -22,8 +22,7 @@ build = ["py311", "build"]
22
lint = ["py311", "lint"]
23
24
[dependencies]
25
-numba = { version = "*", channel = "numba" }
26
-llvmlite = { version = "*", channel = "conda-forge" }
+numba = "*"
27
colorcet = "*"
28
multipledispatch = "*"
29
numpy = "*"
0 commit comments