Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit e51f3d3

Browse files
committed
0.2.2
1 parent 49dbd99 commit e51f3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mindsdb_forecast_visualizer/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'mindsdb_forecast_visualizer'
22
__package_name__ = 'mindsdb_forecast_visualizer'
3-
__version__ = '0.2.1'
3+
__version__ = '0.2.2'
44
__description__ = "Companion package to visualizer forecasts made with MindsDB predictors."
55
__email__ = "[email protected]"
66
__author__ = 'MindsDB Inc'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = fh.read()
1313

1414
install_requires = [
15-
"plotly",
15+
"plotly>=4.12",
1616
"lightwood>=1.0.0",
1717
"mindsdb>=2.51.1"
1818
]

0 commit comments

Comments
 (0)