Skip to content

Commit

Permalink
Add version constraint for Optuna (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt authored Apr 22, 2022
1 parent 76ad713 commit 34cc19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hydra_optuna_sweeper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
install_requires=[
"hydra-core>=1.1.0.dev7",
"optuna>=2.10.0",
"optuna>=2.10.0,<3.0.0",
],
include_package_data=True,
)

0 comments on commit 34cc19a

Please sign in to comment.