diff --git a/requirements.dev.txt b/requirements.dev.txt index 8bf4386d..8b7f08ea 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -25,3 +25,5 @@ pytest==5.2.3 pytest-cov==2.8.1 scikit-learn==0.23.2 xgboost==1.0.0 +nbformat==5.0.8 +numba==0.51.2 diff --git a/setup.cfg b/setup.cfg index 82c8009a..a7846851 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0 +current_version = 1.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 19afbd58..45337783 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ 'dash-html-components==1.1.1', 'dash-renderer==1.8.3', 'dash-table==4.11.0', + 'nbformat==5.0.8', + 'numba==0.51.2', ] setup_requirements = ['pytest-runner', ] @@ -28,7 +30,7 @@ setup( name="shapash", # Replace with your own username - version="1.0", + version="1.0.1", python_requires='>3.5, < 3.8', url='https://github.com/MAIF/shapash', author="Yann Golhen, Sebastien Bidault, Yann Lagre, Maxime Gendre", diff --git a/shapash/__init__.py b/shapash/__init__.py index 261ae3df..be0c69ac 100644 --- a/shapash/__init__.py +++ b/shapash/__init__.py @@ -3,4 +3,4 @@ __author__ = """Yann Golhen, Yann Lagré, Sebastien Bidault, Maxime Gendre, Thomas Bouche, Johann Martin""" __email__ = 'yann.golhen@maif.fr, yann.lagre@maif.fr, sebabstien.bidault@maif.fr, maxime.gendre@maif.fr' -__version__ = '1.0' +__version__ = '1.0.1' diff --git a/shapash/webapp/smart_app.py b/shapash/webapp/smart_app.py index 29cf07f9..e957217d 100644 --- a/shapash/webapp/smart_app.py +++ b/shapash/webapp/smart_app.py @@ -399,7 +399,7 @@ def make_skeleton(self): ], align="center", ), - href="https://github.com/MAIF/Diaphane", target="_blank", + href="https://github.com/MAIF/shapash", target="_blank", ), md=3, align="left" ),