Skip to content

Commit a09d320

Browse files
authored
charts - fix plotly 6.1.1 requirements (#191)
* charts - fix plotly 6.1.1 requirements * charts - add new changelog fragments
1 parent 603c156 commit a09d320

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- charts - remove ``plotly`` version restriction. charts module now works fine with plotly ``6.1.1`` (https://github.com/3A2DEV/ans2dev.general/pull/191).

plugins/modules/charts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
version_added: "0.1.0"
2020
requirements:
2121
- requests
22-
- plotly < 6.1.0
22+
- plotly < 6.1.0 >= 6.1.1
2323
- kaleido
2424
options:
2525
titlechart:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests
22
kaleido
3-
plotly < 6.1.0
3+
plotly
44
openpyxl

tests/integration/targets/charts/tasks/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name:
88
- requests
99
- kaleido
10-
- plotly<6.1.0
10+
- plotly
1111

1212
- name: Generate a line chart
1313
ans2dev.general.charts:

tests/unit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ openpyxl
88
# requirement for the charts module
99
requests
1010
kaleido
11-
plotly < 6.1.0
11+
plotly

0 commit comments

Comments
 (0)