-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change requirements to optuna>=3.1.0 #747
Change requirements to optuna>=3.1.0 #747
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #747 +/- ##
=======================================
Coverage 69.48% 69.48%
=======================================
Files 35 35
Lines 2353 2353
=======================================
Hits 1635 1635
Misses 718 718 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this 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 some suggestions.
.github/workflows/python-tests.yml
Outdated
# Add Python '3.11' after released Optuna v3.1 | ||
# since Optuna v3.0.4 depends on scipy<1.9.0 and >=1.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove this comment?
.github/workflows/python-tests.yml
Outdated
@@ -34,37 +34,22 @@ jobs: | |||
matrix: | |||
# Add Python '3.11' after released Optuna v3.1 | |||
# since Optuna v3.0.4 depends on scipy<1.9.0 and >=1.7.0 | |||
python-version: ['3.7', '3.8', '3.9', '3.10'] | |||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] | |||
optuna-version: ['optuna>=3.1.0', 'git+https://github.com/optuna/optuna.git'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest that there's no need to run unit tests with Optuna's master branch and Python versions 3.7-3.10. Could you skip these cases?
.github/workflows/python-tests.yml
Outdated
@@ -21,7 +21,7 @@ jobs: | |||
# python_tests requires optuna>=3.0.0 since it imports FloatDistribution |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update this as well?
Skip artifact tests Fix error Fix error Fix error Fix error Fix error
12a2171
to
db6dcab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left two minor comments though.
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
Contributor License Agreement
This repository (
optuna-dashboard
) and Goptuna share common code.This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.
Reference Issues/PRs
NA
What does this implement/fix? Explain your changes.
Change requirements to optuna>=3.1.0