Skip to content

Commit

Permalink
Pinned category-encoders to 2.5.1.post0 (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbunn authored Jan 18, 2023
1 parent 5860b3d commit 16a1c86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ outputs:
- nlp-primitives>=2.9.0
- python >=3.8.*
- networkx >=2.5,<2.6
- category_encoders >=2.2.2
- category_encoders >=2.2.2, <=2.5.1.post0
- python-graphviz >=0.13
test:
imports:
Expand Down Expand Up @@ -83,7 +83,7 @@ outputs:
- pytest ==6.0.1
- nbval ==0.9.3
- python-graphviz >=0.8.4
- category_encoders >=2.0.0
- category_encoders >=2.0.0, <=2.5.1.post0
- pytest-xdist
source_files:
- evalml/*
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Notes
* Fixes
* Changes
* Updated ``PolynomialDecomposer`` to work with sktime v0.15.1 :pr:`3930`
* Pinned `category-encoders`` to 2.5.1.post0 :pr:`3933``
* Documentation Changes
* Testing Changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
catboost==1.1.1
category-encoders==2.5.1.post0
click==8.1.3
cloudpickle==2.2.0
colorama==0.4.6
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install_requires =
matplotlib >= 3.3.3
graphviz >= 0.13; platform_system!='Windows'
seaborn >= 0.11.1
category_encoders >= 2.2.2
category_encoders >= 2.2.2, <=2.5.1.post0
imbalanced-learn >= 0.9.1
pmdarima >= 1.8.1, < 2.0.0
sktime >= 0.13.3
Expand Down

0 comments on commit 16a1c86

Please sign in to comment.