Skip to content

Commit

Permalink
Merge pull request #268 from nzw0301/fix-numpy-for-catboost
Browse files Browse the repository at this point in the history
Install `numpy<2.0.0` for catboot example
  • Loading branch information
not522 authored Jun 26, 2024
2 parents 8686763 + a9f5388 commit 715b6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catboost/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
catboost>=0.26
numpy
# TODO(nzw0301): Remove this numpy version constraint when catboost support numpy 2.0, which is tracked by https://github.com/catboost/catboost/issues/2671.
numpy<2.0.0
scikit-learn

0 comments on commit 715b6b6

Please sign in to comment.