Skip to content

Fix CI#6246

Merged
c-bata merged 8 commits intooptuna:masterfrom
nabenabe0928:hotfix-ci
Aug 14, 2025
Merged

Fix CI#6246
c-bata merged 8 commits intooptuna:masterfrom
nabenabe0928:hotfix-ci

Conversation

@nabenabe0928
Copy link
Copy Markdown
Contributor

Description of the changes

  • Fix CI by adding another version constraint

@nabenabe0928 nabenabe0928 added the CI Continuous integration. label Aug 14, 2025
@nabenabe0928 nabenabe0928 added this to the v4.5.0 milestone Aug 14, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.24%. Comparing base (9638811) to head (268ebc1).
⚠️ Report is 425 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6246      +/-   ##
==========================================
+ Coverage   89.18%   89.24%   +0.05%     
==========================================
  Files         208      208              
  Lines       13818    13816       -2     
==========================================
+ Hits        12324    12330       +6     
+ Misses       1494     1486       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nabenabe0928 nabenabe0928 marked this pull request as ready for review August 14, 2025 01:57
@nabenabe0928
Copy link
Copy Markdown
Contributor Author

@c-bata
Could you review this PR?

Copy link
Copy Markdown
Member

@c-bata c-bata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your pull request. I left one suggestion.

pyproject.toml Outdated
"pandas",
"pillow",
"plotly>=4.9.0", # optuna/visualization.
"plotly>=4.9.0,<6.3.0", # optuna/visualization. TODO(nabe): <6.3.0 is a hotfix, so please remove it once the bug is fixed.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you specify the upper version constraint on windows-tests.yml? I think this constraint should not be affected to all platforms.

# TODO(HideakiImamura): Remove this after fixing https://github.com/plotly/Kaleido/issues/110
pip install "kaleido<=0.1.0post1"
# TODO(nabe): Remove the version constraint once Torch supports NumPy v2.0.0 for Windows.
pip uninstall numpy

Copy link
Copy Markdown
Member

@c-bata c-bata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@c-bata c-bata merged commit a556b08 into optuna:master Aug 14, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants