-
Notifications
You must be signed in to change notification settings - Fork 1k
[timeseries] Bump optimum dependency ranges #4055
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
Conversation
|
|
|
Job PR-4055-df995b2 is done. |
@@ -56,10 +56,11 @@ | |||
"black~=23.0", | |||
], | |||
"chronos-openvino": [ # for faster CPU inference in pretrained models with OpenVINO | |||
"optimum[openvino,nncf]>=1.17,<1.18", | |||
"optimum-intel[openvino,nncf]>=1.16,<1.17", | |||
"optimum[openvino,nncf]>=1.18,<1.19", |
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.
Does this place any restrictions on the pandas
version range?
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.
No, doesn't change any of the pandas dependency constraints for now. will start allowing pandas 2.2 once nncf releases 2.9.
Issue #, if available:
#4044
Description of changes:
Update optimum and optimum-intel dependencies.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.