We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c9cf1 commit 6418515Copy full SHA for 6418515
pyproject.toml
@@ -43,12 +43,12 @@ dynamic = ["version"]
43
44
[project.optional-dependencies]
45
full = [
46
- 'plotly<5.0',
+ 'plotly<6.4',
47
'matplotlib',
48
'pynumpress>=0.0.4',
49
'ms_deisotope==0.0.14',
50
]
51
-plot = ['plotly<5.0', 'matplotlib',]
+plot = ['plotly<6.4', 'matplotlib',]
52
pynumpress = ['pynumpress>=0.0.4',]
53
deconvolution = ['ms_deisotope==0.0.14',]
54
test = [
0 commit comments