Skip to content

Commit

Permalink
Bump version from 0.0.3 to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snehankekre committed Feb 2, 2022
1 parent 3a78eb9 commit 081e2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="streamlit-shap",
version="0.0.3",
version="0.0.4",
author="Snehan Kekre",
author_email="[email protected]",
description="Streamlit component for SHAP",
Expand All @@ -13,5 +13,5 @@
include_package_data=True,
classifiers=[],
python_requires=">=3.6",
install_requires=["streamlit >= 1.0.0", "shap >= 0.4.0"],
)
install_requires=["streamlit >= 1.0.0", "shap >= 0.4.0", "matplotlib >= 3.0.2, <= 3.4.3"],
)

0 comments on commit 081e2d6

Please sign in to comment.