microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.75k stars 495 forks source link

Update Optuna version to 2.10.0 across relevant dependencies #1309

Open Programmer-RD-AI opened 1 month ago

Programmer-RD-AI commented 1 month ago

Description: This commit updates the Optuna version to 2.10.0 across relevant dependencies in the setup.py file. This ensures compatibility with the latest features and improvements provided by Optuna while maintaining consistency within the project's dependencies.

Why are these changes needed? This change is necessary to align the project with the latest version of Optuna, ensuring compatibility and access to new features and enhancements.

Related issue number: Closes #1280

Checks:

Additional Notes: Please review and provide feedback. Thank you!