Skip to content

Commit

Permalink
[ZEPPELIN-6008] Pin plotly 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Apr 1, 2024
1 parent 7f2be73 commit 60d9ce9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- pip
- pip:
# works for regular pip packages
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/zeppelin/bin/env_python_3_with_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- pip
- r-base=3
- r-data.table
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3.7_with_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- r-base=3.6
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3.8_with_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- r-base=3.6
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3.9_with_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- r-base=3.6
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3_with_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- r-base=3.6
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3_with_R_and_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- r-base=3.6
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3_with_flink_115.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3_with_flink_116.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion testing/env_python_3_with_flink_117.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- plotly=5.19.0
- jinja2=3.0.3
- pip
- pip:
Expand Down

0 comments on commit 60d9ce9

Please sign in to comment.