Skip to content

Commit ab81f8c

Browse files
authored
Merge pull request #454 from MLecardonnel/feature/fix_flask
Feature/fix flask
2 parents 8cdfb2d + 8ea0303 commit ab81f8c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

requirements.dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ numpy>=1.18.0
33
dash==2.3.1
44
catboost>=1.0.1
55
category-encoders>=2.6.0
6+
Flask<2.3.0
67
dash-bootstrap-components==1.1.0
78
dash-core-components==2.0.0
89
dash-daq==0.5.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
'numpy>1.18.0',
2323
'pandas>1.0.2,<2.0.0',
2424
'shap>=0.38.1',
25+
'Flask<2.3.0',
2526
'dash>=2.3.1',
2627
'dash-bootstrap-components>=1.1.0',
2728
'dash-core-components>=2.0.0',

shapash/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (2, 3, 2)
1+
VERSION = (2, 3, 3)
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)