Skip to content

Commit d0e4eab

Browse files
committed
added jupyter dash dependency to setup.py
1 parent c5c037b commit d0e4eab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='explainerdashboard',
5-
version='0.1.12.2',
5+
version='0.1.12.3',
66
description='explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.',
77
long_description="""
88
@@ -48,7 +48,7 @@
4848
"Intended Audience :: Developers",
4949
"Intended Audience :: Education",
5050
"Topic :: Scientific/Engineering :: Artificial Intelligence"],
51-
install_requires=['dash', 'dash-bootstrap-components',
51+
install_requires=['dash', 'dash-bootstrap-components', 'jupyter_dash',
5252
'dtreeviz', 'numpy', 'pandas', 'PDPbox', 'scikit-learn', 'shap'],
5353
author='Oege Dijk',
5454
author_email='oegedijk@gmail.com',

0 commit comments

Comments
 (0)