We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cdfb2d + 8ea0303 commit ab81f8cCopy full SHA for ab81f8c
requirements.dev.txt
@@ -3,6 +3,7 @@ numpy>=1.18.0
3
dash==2.3.1
4
catboost>=1.0.1
5
category-encoders>=2.6.0
6
+Flask<2.3.0
7
dash-bootstrap-components==1.1.0
8
dash-core-components==2.0.0
9
dash-daq==0.5.0
setup.py
@@ -22,6 +22,7 @@
22
'numpy>1.18.0',
23
'pandas>1.0.2,<2.0.0',
24
'shap>=0.38.1',
25
+ 'Flask<2.3.0',
26
'dash>=2.3.1',
27
'dash-bootstrap-components>=1.1.0',
28
'dash-core-components>=2.0.0',
shapash/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (2, 3, 2)
+VERSION = (2, 3, 3)
2
__version__ = ".".join(map(str, VERSION))
0 commit comments