Skip to content

Commit

Permalink
update minimum nodejs version required by bokeh for custom models
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Feb 8, 2024
1 parent 8c4c3fc commit 815c0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- jupyter_sphinx
- libwebp
- nbsphinx
- nodejs>=14
- nodejs>=18
- notebook>=0.5.0
- numba>=0.57
- numpy>=1.21
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- jupyter_sphinx
- libwebp
- nbsphinx
- nodejs>=14
- nodejs>=18
- notebook>=0.5.0
- numba>=0.57
- numpy>=1.21
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dependencies:
- output_types: conda
packages:
- cupy>=12.0.0
- nodejs>=14
- nodejs>=18
- libwebp
- output_types: [requirements, pyproject]
packages:
Expand Down

0 comments on commit 815c0c1

Please sign in to comment.