Skip to content

Commit 7a23e00

Browse files
authored
Merge pull request #571 from scipp/remove-plotly-backend
Remove plotly backend
2 parents 68e04a7 + a42b54e commit 7a23e00

16 files changed

Lines changed: 4 additions & 942 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
os: ['ubuntu-24.04']
4141
python: ['${{needs.formatting.outputs.min_python}}']
42-
tox-env: ['${{needs.formatting.outputs.min_tox_env}}', 'package-test', 'minimal', 'noplotly']
42+
tox-env: ['${{needs.formatting.outputs.min_tox_env}}', 'package-test', 'minimal']
4343
uses: ./.github/workflows/test.yml
4444
with:
4545
os-variant: ${{ matrix.os }}

.github/workflows/weekly_windows_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: ['macos-latest', 'windows-latest']
2828
python: ['${{needs.pytox.outputs.min_python}}']
29-
tox-env: ['${{needs.pytox.outputs.min_tox_env}}', 'package-test', 'minimal', 'noplotly']
29+
tox-env: ['${{needs.pytox.outputs.min_tox_env}}', 'package-test', 'minimal']
3030
uses: ./.github/workflows/test.yml
3131
with:
3232
os-variant: ${{ matrix.os }}

docs/api-reference/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,5 @@
9292
:maxdepth: 1
9393
9494
matplotlib
95-
plotly
9695
pythreejs
9796
```

docs/api-reference/plotly.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/plopp/backends/plotly/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)