Skip to content

Commit edafcd4

Browse files
committed
Temporary limit numpy
1 parent efd121e commit edafcd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==21.3.1
2-
numpy>=1.18.0
2+
numpy>=1.18.0,<1.24.0
33
dash==2.3.1
44
catboost>=1.0.1
55
category-encoders>=2.6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
requirements = [
2020
'plotly>=5.0.0',
2121
'matplotlib>=3.2.0',
22-
'numpy>1.18.0',
22+
'numpy>1.18.0,<1.24.0',
2323
'pandas>1.0.2,<2.0.0',
2424
'shap>=0.38.1',
2525
'Flask<2.3.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, 3)
1+
VERSION = (2, 3, 4)
22

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

0 commit comments

Comments
 (0)