Skip to content

Commit

Permalink
Fix CI (#6349)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jul 31, 2024
1 parent 4b6c437 commit a28189d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ holoviews/.vscode/settings.json
dist

examples/getting_started/*.html

scratch
3 changes: 1 addition & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "holoviews"
channels = ["pyviz/label/dev", "conda-forge"]
channels = ["pyviz/label/dev", "bokeh", "conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]

[tasks]
Expand Down Expand Up @@ -40,7 +40,6 @@ plotly = ">=4.0"

[feature.py39.dependencies]
python = "3.9.*"
ffmpeg = "<7"

[feature.py310.dependencies]
python = "3.10.*"
Expand Down

0 comments on commit a28189d

Please sign in to comment.