Skip to content

Commit 1b8d6e0

Browse files
committed
Build fixes
1 parent 3df0ef8 commit 1b8d6e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

conda.recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ requirements:
2525
run:
2626
- python
2727
- bokeh >=2.0.0
28-
- ipywidgets >=7.0.0
28+
- ipywidgets >=7.5.0
29+
run_constrained:
30+
- jupyterlab >=3.0.0,<4
2931

3032
test:
3133
imports:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = "jupyter_bokeh"
2020

2121
lab_path = (HERE / name / "labextension")
22-
nb_path = (HERE / name / "nbextension")
22+
nb_path = (HERE / name / "nbextension" / "static")
2323

2424
# Representative files that should exist after a successful build
2525
jstargets = [

0 commit comments

Comments
 (0)