optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
632 stars 171 forks source link

Install `numpy<2.0.0` for catboot example #268

Closed nzw0301 closed 1 week ago

nzw0301 commented 1 week ago

Motivation

Fix failed catboost CI job, such as https://github.com/optuna/optuna-examples/actions/runs/9664967621/job/26660916796.

Description of the changes

Install numpy<2.0.

Ref: https://github.com/catboost/catboost/issues/2671