[nano] fix optuna version (#8237)
This commit is contained in:
parent
1f913a6941
commit
fa0b0a4555
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ Next, install a few dependencies required for Nano HPO using below commands.
|
|||
.. code-block:: console
|
||||
|
||||
pip install ConfigSpace
|
||||
pip install optuna
|
||||
pip install optuna<=3.1.1
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue