Skip to content

Commit

Permalink
Merge pull request #418 from ThomasBouche/bugfix/version_category_enc…
Browse files Browse the repository at this point in the history
…oders

📌 maximum version for category_encoders and bump version
  • Loading branch information
guillaume-vignal authored Jan 17, 2023
2 parents e709592 + f0b7b8d commit 2e663fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip==21.3.1
numpy>=1.18.0
dash==2.3.1
catboost>=1.0.1
category-encoders>=2.2.2
category-encoders>=2.2.2,<2.6.0
dash-bootstrap-components==1.1.0
dash-core-components==2.0.0
dash-daq==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'nbformat>4.2.0',
'numba>=0.53.1',
'scikit-learn>=0.24.0,<1.2.0',
'category_encoders>=2.2.2',
'category_encoders>=2.2.2,<2.6.0',
'scipy>=0.19.1',
]

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, 2, 1)
VERSION = (2, 2, 2)

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

0 comments on commit 2e663fd

Please sign in to comment.