optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
674 stars 176 forks source link

Run DaskML example with Python 3.11 #188

Closed nzw0301 closed 1 year ago

nzw0301 commented 1 year ago

Motivation

Run DaskML example with Python 3.11 for https://github.com/optuna/optuna-examples/issues/164.

Description of the changes

Add python 3.11 to python-version matrix.

toshihikoyanase commented 1 year ago

Thank you for your PR. The CI worked as expected, but Python 3.11 support of dask-ml seems to be work-in-progress according to https://github.com/dask/dask-ml/issues/970.

github-actions[bot] commented 1 year ago

This pull request has not seen any recent activity.

github-actions[bot] commented 1 year ago

This pull request was closed automatically because it had not seen any recent activity. If you want to discuss it, you can reopen it freely.

toshihikoyanase commented 1 year ago

The DaskML members are still working on the support for Python 3.11, so let me reopen this PR. https://github.com/dask/dask-ml/issues/970#issuecomment-1557320076

github-actions[bot] commented 1 year ago

This pull request has not seen any recent activity.

toshihikoyanase commented 1 year ago

https://github.com/dask/dask-ml/issues/970 is still ongoing.

not522 commented 1 year ago

@toshihikoyanase Could you continue the review as the assignee?

toshihikoyanase commented 1 year ago

@not522 Thanks for letting me know. The Dask-ml's official support for Python 3.11 may still take some time, but the features required by the Optuna example have already worked. So, let me introduce the change in this PR.