Skip to content

Commit

Permalink
Merge pull request #96 from MAIF/nbformat-update
Browse files Browse the repository at this point in the history
Nbformat update
  • Loading branch information
MaxGdr authored Jan 12, 2021
2 parents fbc4a42 + db71ef1 commit da1f66e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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', ]
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion shapash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Yann Golhen, Yann Lagré, Sebastien Bidault, Maxime Gendre, Thomas Bouche, Johann Martin"""
__email__ = '[email protected], [email protected], [email protected], [email protected]'
__version__ = '1.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion shapash/webapp/smart_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
Expand Down

0 comments on commit da1f66e

Please sign in to comment.