Skip to content

Commit da1f66e

Browse files
authored
Merge pull request #96 from MAIF/nbformat-update
Nbformat update
2 parents fbc4a42 + db71ef1 commit da1f66e

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

requirements.dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ pytest==5.2.3
2525
pytest-cov==2.8.1
2626
scikit-learn==0.23.2
2727
xgboost==1.0.0
28+
nbformat==5.0.8
29+
numba==0.51.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
'dash-html-components==1.1.1',
2121
'dash-renderer==1.8.3',
2222
'dash-table==4.11.0',
23+
'nbformat==5.0.8',
24+
'numba==0.51.2',
2325
]
2426

2527
setup_requirements = ['pytest-runner', ]
@@ -28,7 +30,7 @@
2830

2931
setup(
3032
name="shapash", # Replace with your own username
31-
version="1.0",
33+
version="1.0.1",
3234
python_requires='>3.5, < 3.8',
3335
url='https://github.com/MAIF/shapash',
3436
author="Yann Golhen, Sebastien Bidault, Yann Lagre, Maxime Gendre",

shapash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = """Yann Golhen, Yann Lagré, Sebastien Bidault, Maxime Gendre, Thomas Bouche, Johann Martin"""
55
6-
__version__ = '1.0'
6+
__version__ = '1.0.1'

shapash/webapp/smart_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def make_skeleton(self):
399399
],
400400
align="center",
401401
),
402-
href="https://github.com/MAIF/Diaphane", target="_blank",
402+
href="https://github.com/MAIF/shapash", target="_blank",
403403
),
404404
md=3, align="left"
405405
),

0 commit comments

Comments
 (0)