Skip to content

Commit

Permalink
Added requested comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelriedl committed Jan 19, 2025
1 parent 919b773 commit 8b86bfd
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",
"scipy",
"torch", # Required for `optuna.samplers.GPSampler
"scipy", # Required for `optuna.samplers.GPSampler
],
include_package_data=True,
)

0 comments on commit 8b86bfd

Please sign in to comment.