darwin-py
darwin-py copied to clipboard
python 3.11 support
Dependency specifications in pyproject.toml exclude python 3.11.x
.
This means we can't install darwin-py
using poetry in our latest 3.11-based products, considering that no particularly deep issues emerge in #651 we install it install separately using pip.
Support for python 3.11 would be very desirable now that most libraries tend to support it as well.
Hi Filippo,
Yes, this is something we'd also like to do. Initially we held off because of a lack of support from some of the more important libs that we depend on, but this is largely/completely not the case now, and we have a ticket open, and PR open, for adding support atm. Our major challenge is capacity and the testing necessary for accomodation a new version, but I will note your needs, and add them to the ticket
Thanks
Owen :)
@owencjones The major problem was that it would require updates from Torch 1.x -> 2.0, but Jon has checked out that particular library update and has let me know that there's no backwards compatibility issues and has tested that with the models code. We could merge in 3.11 support soon.
We plan to move to python3.11 soon and would really appreciate if this could be prioritized. Thanks.
@frerksaxen I apologise for the delayed response here, but darwin-py supports Python 3.11 as of 0.8.54 onward!