Skip to content

Commit

Permalink
Added requested comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelriedl committed Feb 5, 2025
1 parent 90701fb commit e012c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/hydra_optuna_sweeper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
install_requires=[
"hydra-core>=1.1.0.dev7",
"optuna>=3.6.0",
"torch", # Required for `optuna.samplers.GPSampler
"scipy", # Required for `optuna.samplers.GPSampler
"torch", # Required for `optuna.samplers.GPSampler`
"scipy", # Required for `optuna.samplers.GPSampler`
],
include_package_data=True,
)

0 comments on commit e012c26

Please sign in to comment.