Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hydra-core # Core Hydra library for configuration
sd-mecha # Use the latest compatible version, or specify one explicitly like >=0.1.0 if known

# --- Optimization Libraries ---
bayesian-optimization==1.5.1 # Keep if you want to retain BayesOpt as an option
bayesian-optimization==3.2.0 # Keep if you want to retain BayesOpt as an option
optuna # ADDED: For Optuna optimizer support
optuna-dashboard # Realtime dashboard for optuna
optuna-fast-fanova # Recommended Optuna dependency
Expand Down