-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(deps): Fix dependencies #217
Conversation
@fccoelho the unit tests on CI is silently failing:
I am not sure about the error about the interval ... I tried to find the interval function in scikit learn and ngboos .. but I didn't have any success. let me know if it would be ok to move forward with this PR or if you want any change. |
@fccoelho , a friendly reminder about this PR, thanks! |
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.
Looks good!
thanks for the review @fccoelho |
🎉 This PR is included in version 2.1.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Related Issue
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.chore(docs):
for Examples / docs / tutorials / dependencies updatefix:
for a bug fix(non-breaking change which fixes an issue).
chore(improvement):
for an improvement(non-breaking change which improves an existing feature).
feat:
for a new feature(non-breaking change which adds functionality).
BREAKING CHANGE:
for a breaking change(fix or feature that would cause existing functionality to change).
chore(security):
for a security fix.Note: The title prefix can be also expanded with more information
inside the parenthesis. Some examples for a full title (prefix + message):
fix(login): Fix the login page
.feat(forecast): Add a weather forecast page
.chore(security-login): Add a weather forecast page
.