Skip to content

Commit

Permalink
Merge pull request #454 from MLecardonnel/feature/fix_flask
Browse files Browse the repository at this point in the history
Feature/fix flask
  • Loading branch information
ThomasBouche authored May 4, 2023
2 parents 8cdfb2d + 8ea0303 commit ab81f8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ numpy>=1.18.0
dash==2.3.1
catboost>=1.0.1
category-encoders>=2.6.0
Flask<2.3.0
dash-bootstrap-components==1.1.0
dash-core-components==2.0.0
dash-daq==0.5.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'numpy>1.18.0',
'pandas>1.0.2,<2.0.0',
'shap>=0.38.1',
'Flask<2.3.0',
'dash>=2.3.1',
'dash-bootstrap-components>=1.1.0',
'dash-core-components>=2.0.0',
Expand Down
2 changes: 1 addition & 1 deletion shapash/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (2, 3, 2)
VERSION = (2, 3, 3)

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

0 comments on commit ab81f8c

Please sign in to comment.