We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab9315 commit 7bab0f8Copy full SHA for 7bab0f8
requirements.txt
@@ -1,6 +1,6 @@
1
# Installation
2
numpy
3
-plotly==4.12.0
+plotly==6.0.1
4
pynumpress==0.0.9
5
regex
6
ms_deisotope==0.0.14
setup.py
@@ -28,11 +28,11 @@
28
],
29
extras_require = {
30
'full': [
31
- 'plotly<5.0',
+ 'plotly<6.1',
32
'pynumpress>=0.0.4',
33
'ms_deisotope',
34
35
- 'plot': ['plotly<5.0'],
+ 'plot': ['plotly<6.1'],
36
'pynumpress': ['pynumpress>=0.0.4'],
37
'deconvolution': ['ms_deisotope==0.0.14']
38
},
0 commit comments