-
Notifications
You must be signed in to change notification settings - Fork 79
python: requirements: update Pillow, Sphinx #512
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
base: master
Are you sure you want to change the base?
Conversation
Testing - if this works here I'll update commit message. Tested on Ubuntu 24.10 |
f210435
to
842a264
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.
So this requirement is only for non pip environments? In general I'd hope that latest LTS (24.04.x) would be enough to do SOF development.
FW side PR is thesofproject/sof#9982 |
Yes - but recommendation is to use a python venv and use pip here. |
Pillow 11.1 seems to work with Sphinx 8.2. installed via pip. No build errors now. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
842a264
to
ef1b443
Compare
Pushed to restart CI |
Update to use more recent tooling for doc generation. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Ubuntu 20.04 is out of date and no longer supported. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
bade278
to
56d9390
Compare
Pillow 11.1 seems to work with Sphinx 8.2. No build errors. Update.