Fix optuna version

This commit is contained in:
keisuke-umezawa
2024-01-22 23:54:02 +09:00
parent 81a2a2066e
commit 8a1fe7defa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
# Add Python '3.11' after released Optuna v3.1
# since Optuna v3.0.4 depends on scipy<1.9.0 and >=1.7.0
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
optuna-version: ['optuna==3.1.0', 'git+https://github.com/optuna/optuna.git']
optuna-version: ['optuna>=3.1.0', 'git+https://github.com/optuna/optuna.git']
steps:
- uses: actions/checkout@v2
- name: Setup Python${{ matrix.python-version }}