Skip to content

Commit 29ef2c0

Browse files
committed
Remove Plotly 6 restriction
1 parent 7ed509d commit 29ef2c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'pandas',
2626
'scipy',
2727
'matplotlib',
28-
'plotly>=4.12.0, <6.0.0',
28+
'plotly>=4.12.0',
2929
'ipywidgets>=7.0.0',
3030
"numba>=0.53.1, <0.57.0; python_version<'3.10'",
3131
"numba>=0.56.0, <0.57.0; python_version>='3.10' and python_version<'3.11'",

vectorbt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2021 Oleg Polakow. All rights reserved.
22
# This code is licensed under Apache 2.0 with Commons Clause license (see LICENSE.md for details)
33

4-
__version__ = "0.28.0"
4+
__version__ = "0.28.1"

0 commit comments

Comments
 (0)