optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
692 stars 178 forks source link

Install `numpy<2.0.0` for catboost example #268

Closed nzw0301 closed 5 months ago

nzw0301 commented 5 months 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