Change to optuna>=3.1.0

This commit is contained in:
keisuke-umezawa
2024-01-22 23:54:02 +09:00
parent 6752b17be5
commit 81a2a2066e
5 changed files with 10 additions and 30 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off .[optional]
pip install --progress-bar off .[test]
pip install --progress-bar off "optuna>=3.0.0"
pip install --progress-bar off "optuna>=3.1.0"
pip install --progress-bar off .
echo 'import coverage; coverage.process_startup()' > sitecustomize.py
- name: Tests