optuna/optuna-examples

Add Python 3.10 check to CI

contramundum53 opened this issue · 1 comments

Optuna now supports Python 3.10 and we should ensure that these examples also work with Python 3.10.

We can add version 3.10 to the following files and check that they work:

.github/workflows/

  • pytorch.yml
  • tensorboard.yml
  • visualization.yml
  • wandb.yml
  • skimage.yml
  • mxnet.yml
  • lightgbm.yml
  • rl.yml
  • hydra.yml
  • chainer.yml
  • base.yml
  • sklearn.yml
  • ray.yml
  • multi_objective.yml
  • keras.yml
  • samplers.yml
  • dask_ml.yml
  • tfkeras.yml
  • xgboost.yml
  • tensorflow.yml
  • allennlp.yml: #104
  • hiplot.yml
  • mlflow.yml
  • fastai.yml
  • catboost.yml
  • haiku.yml

Please make changes to each file in different pull requests.

This issue has not seen any recent activity.