Skip to content

Commit

Permalink
Update gallery conda environment (#6597)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Mar 27, 2024
1 parent 2d6a7bb commit f469389
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/gallery/anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commands:
env_spec: prod
dev:
description: Serve the dev Panel gallery
unix: bokeh sampledata && sleep 60 && panel serve *.ipynb --static-dirs thumbnails=thumbnails --reuse-sessions --global-loading-spinner --liveness --num-procs 8
unix: bokeh sampledata && sleep 60 && panel serve *.ipynb --static-dirs thumbnails=thumbnails --reuse-sessions --global-loading-spinner --liveness --num-procs 2
supports_http_options: true
env_spec: dev

Expand All @@ -24,9 +24,11 @@ packages: &pkgs
- python >=3.10.13
- panel >=1.3.8
- holoviews >=1.18.2
- nbconvert
- pandas >=2.2.0
- dask <2024.3.0
- pillow <10
- dask >=2024.3.1
- dask-expr >=1.0.5
- pillow >=10
- spatialpandas >=0.4.10
- scikit-learn >=1.4.0
- scikit-image >=0.22.0
Expand Down Expand Up @@ -58,8 +60,10 @@ env_specs:
packages: *pkgs
channels:
- conda-forge
- nodefaults
dev:
packages: *pkgs
channels:
- pyviz/label/dev
- conda-forge
- nodefaults

0 comments on commit f469389

Please sign in to comment.