Skip to content

Commit 359f75b

Browse files
Update dependency plotly to v6
1 parent b0c9cf1 commit 359f75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ dynamic = ["version"]
4343

4444
[project.optional-dependencies]
4545
full = [
46-
'plotly<5.0',
46+
'plotly<6.3',
4747
'matplotlib',
4848
'pynumpress>=0.0.4',
4949
'ms_deisotope==0.0.14',
5050
]
51-
plot = ['plotly<5.0', 'matplotlib',]
51+
plot = ['plotly<6.3', 'matplotlib',]
5252
pynumpress = ['pynumpress>=0.0.4',]
5353
deconvolution = ['ms_deisotope==0.0.14',]
5454
test = [

0 commit comments

Comments
 (0)