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 7ed509d commit 29ef2c0Copy full SHA for 29ef2c0
setup.py
@@ -25,7 +25,7 @@
25
'pandas',
26
'scipy',
27
'matplotlib',
28
- 'plotly>=4.12.0, <6.0.0',
+ 'plotly>=4.12.0',
29
'ipywidgets>=7.0.0',
30
"numba>=0.53.1, <0.57.0; python_version<'3.10'",
31
"numba>=0.56.0, <0.57.0; python_version>='3.10' and python_version<'3.11'",
vectorbt/_version.py
@@ -1,4 +1,4 @@
1
# Copyright (c) 2021 Oleg Polakow. All rights reserved.
2
# This code is licensed under Apache 2.0 with Commons Clause license (see LICENSE.md for details)
3
4
-__version__ = "0.28.0"
+__version__ = "0.28.1"
0 commit comments