SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
699 stars 161 forks source link

Updating requirements.txt for Python 3.10.12 #477

Closed LilySu closed 1 year ago

LilySu commented 1 year ago

In order to run requirements.txt on Python 3.10.12, it requires updating: numpy from 1.21.1 to 1.25.2 as well as updating Pillow from 8.2.0 to 9.4.0

newtonick commented 1 year ago

Once this PR is merged, updates to app source will be required to remove warnings related to deprecations for font.getsize. This can be done in a different PR. Some of this work was done here: https://github.com/SeedSigner/seedsigner/pull/475

https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html

newtonick commented 1 year ago

ACK and Tested in a recent manual build of Raspberry Pi OS for development.

kdmukai commented 1 year ago

🎉

LilySu commented 1 year ago

Thank you both for your support in helping me get into the process of making a pull request!