Skip to content

Commit 332f785

Browse files
authored
Downgrade to jupyter_client 6 (#5273)
1 parent 3754a66 commit 332f785

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

continuous_integration/environment-3.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- ipywidgets
1818
- jinja2
1919
- joblib
20-
- jupyter_client
20+
- jupyter_client<7 # FIXME distributed#5272
2121
- msgpack-python
2222
- netcdf4
2323
- paramiko

continuous_integration/environment-3.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- ipywidgets
1717
- jinja2
1818
- joblib
19-
- jupyter_client
19+
- jupyter_client<7 # FIXME distributed#5272
2020
- msgpack-python
2121
- netcdf4
2222
- paramiko

continuous_integration/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- ipywidgets
1818
- jinja2
1919
- joblib # overridden by git tip below
20-
- jupyter_client
20+
- jupyter_client<7 # FIXME distributed#5272
2121
- lz4 # Only tested here
2222
- msgpack-python
2323
- netcdf4

0 commit comments

Comments
 (0)