diff --git a/pixi.toml b/pixi.toml index 13dc11a737..7e78875d74 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "holoviews" -channels = ["pyviz/label/dev", "bokeh", "conda-forge"] +channels = ["pyviz/label/dev", "bokeh/label/rc", "conda-forge"] platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"] [tasks] @@ -54,7 +54,7 @@ python = "3.12.*" bokeh_sampledata = "*" [feature.py313] -channels = ["pyviz/label/dev", "conda-forge/label/python_rc", "conda-forge"] +channels = ["conda-forge/label/python_rc"] [feature.py313.dependencies] python = "3.13.*" @@ -124,7 +124,7 @@ test-example = { cmd = 'pytest -n logical --dist loadscope --nbval-lax examples' nbval = "*" [feature.test-ui] -channels = ["pyviz/label/dev", "microsoft", "conda-forge"] +channels = ["microsoft"] [feature.test-ui.dependencies] playwright = { version = "*", channel = "microsoft" }