Skip to content

Commit fd6149e

Browse files
authored
Pin jupyter-events to avoid incompatibility with jupyter-server (#8971)
1 parent 8005dec commit fd6149e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

continuous_integration/environment-3.10.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- ipykernel
2020
- ipywidgets
2121
- jinja2
22+
- jupyter_events<0.11
2223
- jupyter-server-proxy
2324
- jupyterlab
2425
- locket

continuous_integration/environment-3.11.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies:
1818
- ipykernel
1919
- ipywidgets
2020
- jinja2
21+
- jupyter_events<0.11
2122
- jupyter-server-proxy
2223
- jupyterlab
2324
- locket

continuous_integration/environment-3.12.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies:
1818
- ipykernel
1919
- ipywidgets
2020
- jinja2
21+
- jupyter_events<0.11
2122
- jupyter-server-proxy
2223
- jupyterlab
2324
- locket

continuous_integration/environment-3.13.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- ipykernel
1818
- ipywidgets
1919
- jinja2
20+
- jupyter_events<0.11
2021
- jupyter-server-proxy
2122
- jupyterlab
2223
- locket

0 commit comments

Comments
 (0)