Skip to content

Commit cede4e1

Browse files
committed
Remove requirement for ipywidgets
1 parent 35f848b commit cede4e1

9 files changed

+1
-9
lines changed

doc/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plotly==5.24.1
22
jupytext==1.16.4
3-
ipywidgets==7.7.2
43
jupyter-client<7
54
jupyter
65
notebook

packages/python/chart-studio/test_requirements/requirements_37.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ retrying==1.3.3
66
pytest==3.5.1
77
pandas==0.23.2
88
numpy==1.14.3
9-
ipywidgets==7.2.0
9+
anywidget
1010
matplotlib==2.2.3
1111
--editable=./plotly

packages/python/plotly/test_requirements/requirements_310_optional.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pillow==10.2.0
88
pytest==7.4.4
99
pytz==2023.3.post1
1010
ipython[all]==7.22.0
11-
ipywidgets==8.0.2
1211
ipykernel==5.5.3
1312
jupyter==1.0.0
1413
scipy==1.11.4

packages/python/plotly/test_requirements/requirements_311_optional.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pillow==10.2.0
88
pytest==7.4.4
99
pytz==2023.3.post1
1010
ipython[all]==7.22.0
11-
ipywidgets==8.0.2
1211
ipykernel==5.5.3
1312
jupyter==1.0.0
1413
scipy==1.11.4

packages/python/plotly/test_requirements/requirements_312_no_numpy_optional.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Pillow==10.2.0
77
pytest==7.4.4
88
pytz==2023.3.post1
99
ipython[all]==7.22.0
10-
ipywidgets<8
1110
ipykernel==5.5.3
1211
jupyter==1.0.0
1312
scipy==1.11.4

packages/python/plotly/test_requirements/requirements_312_optional.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pillow==10.2.0
88
pytest==7.4.4
99
pytz==2023.3.post1
1010
ipython[all]==7.22.0
11-
ipywidgets<8
1211
ipykernel==5.5.3
1312
jupyter==1.0.0
1413
scipy==1.11.4

packages/python/plotly/test_requirements/requirements_38_optional.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pillow==8.2.0
88
pytest==8.1.1
99
pytz==2021.1
1010
ipython[all]==7.22.0
11-
ipywidgets==8.0.2
1211
ipykernel==5.5.3
1312
jupyter==1.0.0
1413
scipy==1.6.2

packages/python/plotly/test_requirements/requirements_39_optional.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pillow==8.2.0
88
pytest==6.2.3
99
pytz==2021.1
1010
ipython[all]==7.22.0
11-
ipywidgets==8.0.2
1211
ipykernel==5.5.3
1312
jupyter==1.0.0
1413
scipy==1.6.2

packages/python/plotly/test_requirements/requirements_39_pandas_2_optional.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pillow==8.2.0
88
pytest==6.2.3
99
pytz==2021.1
1010
ipython[all]==7.22.0
11-
ipywidgets==8.0.2
1211
ipykernel==5.5.3
1312
jupyter==1.0.0
1413
scipy==1.6.2

0 commit comments

Comments
 (0)