Python 3.11 support
WillTrojak opened this issue · 4 comments
WillTrojak commented
It seems that, due to the dependencies, there is a requirement that Python<3.11. Is this true?
Joao-L-S-Almeida commented
In fact, when using Python 3.11 there are issues with some versions of the basic dependencies. Nevertheless, I think it is a matter of updating the pyproject.toml file and test it in the proper environment.
Joao-L-S-Almeida commented
The process of testing have been automated via Actions, with support for Python==3.11.
snitramodranoel commented
I'm not sure PyTorch supports Python 3.11 as of now.
Joao-L-S-Almeida commented