We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd121e commit edafcd4Copy full SHA for edafcd4
requirements.dev.txt
@@ -1,5 +1,5 @@
1
pip==21.3.1
2
-numpy>=1.18.0
+numpy>=1.18.0,<1.24.0
3
dash==2.3.1
4
catboost>=1.0.1
5
category-encoders>=2.6.0
setup.py
@@ -19,7 +19,7 @@
19
requirements = [
20
'plotly>=5.0.0',
21
'matplotlib>=3.2.0',
22
- 'numpy>1.18.0',
+ 'numpy>1.18.0,<1.24.0',
23
'pandas>1.0.2,<2.0.0',
24
'shap>=0.38.1',
25
'Flask<2.3.0',
shapash/__version__.py
@@ -1,3 +1,3 @@
-VERSION = (2, 3, 3)
+VERSION = (2, 3, 4)
__version__ = ".".join(map(str, VERSION))
0 commit comments