Skip to content

Commit 2e663fd

Browse files
Merge pull request #418 from ThomasBouche/bugfix/version_category_encoders
📌 maximum version for category_encoders and bump version
2 parents e709592 + f0b7b8d commit 2e663fd

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
@@ -2,7 +2,7 @@ pip==21.3.1
22
numpy>=1.18.0
33
dash==2.3.1
44
catboost>=1.0.1
5-
category-encoders>=2.2.2
5+
category-encoders>=2.2.2,<2.6.0
66
dash-bootstrap-components==1.1.0
77
dash-core-components==2.0.0
88
dash-daq==0.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'nbformat>4.2.0',
3333
'numba>=0.53.1',
3434
'scikit-learn>=0.24.0,<1.2.0',
35-
'category_encoders>=2.2.2',
35+
'category_encoders>=2.2.2,<2.6.0',
3636
'scipy>=0.19.1',
3737
]
3838

shapash/__version__.py

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

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

0 commit comments

Comments
 (0)