Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
temp. fix for optuna version #97
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Aug 3, 2021
1 parent 5d712d8 commit c6a8939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"optuna mlflow deep-learning ml ai machine-learning experiment-tracking "
"hyperparameter-optimization"
)
install_requires = ["numpy", "scipy", "optuna", "lazy-imports"]
install_requires = ["numpy", "scipy", "optuna<2.9.0", "lazy-imports"]
extras_require = {
"checking": [
"black",
Expand Down

0 comments on commit c6a8939

Please sign in to comment.