Skip to content

Commit

Permalink
Use pypi-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 10, 2024
1 parent 6d4a38a commit 39ff15b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@ OBJC_DISABLE_INITIALIZE_FORK_SAFETY = "YES"

[feature.doc.dependencies]
lxml = "*"
nbsite = {git = "https://github.com/holoviz-dev/nbsite.git@34bfcc9ff67630e407398171fd69f6cc0e694f32"}
selenium = "*"

[feature.doc.pypi-dependencies]
nbsite = {git = "https://github.com/holoviz-dev/nbsite.git", "rev" = "34bfcc9ff67630e407398171fd69f6cc0e694f32"}

[feature.doc.tasks]
_docs-refmanual = 'python ./doc/generate_modules.py panel -d ./doc/api -n panel -e tests'
_docs-convert-gallery = 'python scripts/gallery/convert_gallery.py'
Expand Down

0 comments on commit 39ff15b

Please sign in to comment.