Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/191-charts-remove-plotly-restriction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- charts - remove ``plotly`` version restriction. charts module now works fine with plotly ``6.1.1`` (https://github.com/3A2DEV/ans2dev.general/pull/191).
2 changes: 1 addition & 1 deletion plugins/modules/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
version_added: "0.1.0"
requirements:
- requests
- plotly < 6.1.0
- plotly < 6.1.0 >= 6.1.1
- kaleido
options:
titlechart:
Expand Down
2 changes: 1 addition & 1 deletion roles/install_dep/files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests
kaleido
plotly < 6.1.0
plotly
openpyxl
2 changes: 1 addition & 1 deletion tests/integration/targets/charts/tasks/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name:
- requests
- kaleido
- plotly<6.1.0
- plotly

- name: Generate a line chart
ans2dev.general.charts:
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ openpyxl
# requirement for the charts module
requests
kaleido
plotly < 6.1.0
plotly