Skip to content

Commit 864b59c

Browse files
authored
Don't upgrade to ipywidgets 8 (#6910)
1 parent 61fca1c commit 864b59c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

continuous_integration/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- filesystem-spec # overridden by git tip below
1616
- h5py
1717
- ipykernel
18-
- ipywidgets
18+
- ipywidgets <8 # FIXME https://github.com/dask/distributed/issues/6909
1919
- jinja2
2020
- locket >=1.0
2121
- msgpack-python

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
- filesystem-spec
1717
- h5py
1818
- ipykernel
19-
- ipywidgets
19+
- ipywidgets <8 # FIXME https://github.com/dask/distributed/issues/6909
2020
- jinja2
2121
- locket >=1.0
2222
- msgpack-python

continuous_integration/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- filesystem-spec
1717
- h5py
1818
- ipykernel
19-
- ipywidgets
19+
- ipywidgets <8 # FIXME https://github.com/dask/distributed/issues/6909
2020
- jinja2
2121
- locket >=1.0
2222
- lz4 >=0.23.1 # Only tested here

0 commit comments

Comments
 (0)