Skip to content

Commit 7bab0f8

Browse files
Update dependency plotly to v6
1 parent 9ab9315 commit 7bab0f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22
numpy
3-
plotly==4.12.0
3+
plotly==6.0.1
44
pynumpress==0.0.9
55
regex
66
ms_deisotope==0.0.14

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
],
2929
extras_require = {
3030
'full': [
31-
'plotly<5.0',
31+
'plotly<6.1',
3232
'pynumpress>=0.0.4',
3333
'ms_deisotope',
3434
],
35-
'plot': ['plotly<5.0'],
35+
'plot': ['plotly<6.1'],
3636
'pynumpress': ['pynumpress>=0.0.4'],
3737
'deconvolution': ['ms_deisotope==0.0.14']
3838
},

0 commit comments

Comments
 (0)