Skip to content

Commit

Permalink
downgrades dash-bootstrap-components
Browse files Browse the repository at this point in the history
breaking changes in version 1.0, so setting dbc<1
  • Loading branch information
oegedijk committed Oct 24, 2021
1 parent 213238f commit 033ee8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='explainerdashboard',
version='0.3.6.2',
version='0.3.7',
description='Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.',
long_description="""
Expand Down Expand Up @@ -68,7 +68,7 @@
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Topic :: Scientific/Engineering :: Artificial Intelligence"],
install_requires=['dash>=1.20', 'dash-bootstrap-components', 'jupyter_dash', 'dash-auth',
install_requires=['dash>=1.20', 'dash-bootstrap-components<1', 'jupyter_dash', 'dash-auth',
'dtreeviz>=1.3', 'numpy', 'pandas>=1.1', 'scikit-learn',
'shap>=0.37', 'joblib', 'oyaml', 'click', 'waitress',
'flask_simplelogin', 'orjson'],
Expand Down

0 comments on commit 033ee8e

Please sign in to comment.