-
Notifications
You must be signed in to change notification settings - Fork 47
[IO-1931][IO-1929] updates to versioning: PIL, Torch and python #692
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
IO-1931 Upgrade PIL to support 10+
Our version of PIL (Pillow port) is older, and constraining customers who want to use a newer version. Upgrade and ensure this works. IO-1929 Confirm and merge PR for Python 3.11
There is a PR open for enabling Python 3.11, and we now have a customer requesting this too, so should confirm this works ok, and merge it. |
owencjones
left a comment
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 given @almazan 's opinion on it
saurbhc
left a comment
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 to me!
Problem
Python and library support for latest versions needs to be updated
Solution
Update poetry requirements file
Changelog
Torch 2.0. Pydantic 2+, Python 3.11, Pillow 10.1 now supported