Skip to content

Commit

Permalink
Downgrade to jupyter_client 6 (#5273)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Aug 26, 2021
1 parent 3754a66 commit 332f785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- ipywidgets
- jinja2
- joblib
- jupyter_client
- jupyter_client<7 # FIXME distributed#5272
- msgpack-python
- netcdf4
- paramiko
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- ipywidgets
- jinja2
- joblib
- jupyter_client
- jupyter_client<7 # FIXME distributed#5272
- msgpack-python
- netcdf4
- paramiko
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- ipywidgets
- jinja2
- joblib # overridden by git tip below
- jupyter_client
- jupyter_client<7 # FIXME distributed#5272
- lz4 # Only tested here
- msgpack-python
- netcdf4
Expand Down

0 comments on commit 332f785

Please sign in to comment.