sillsdev / silnlp

A set of pipelines for performing experiments on various NLP tasks with a focus on resource-poor/minority languages.
Other
35 stars 3 forks source link

Update from Python 3.8 to Python 3.10 and from Ubuntu 20.04 to Ubuntu 22.04 #577

Closed TaperChipmunk32 closed 6 days ago

TaperChipmunk32 commented 2 weeks ago

With the release of machine.py version 1.3 moving support to Python 3.9-3.12, we need to update silnlp to Python 3.9 at least. We have decided to target Python 3.10 and Ubuntu 22.04 to match Google Colab.

ddaspit commented 2 weeks ago

Google Colab is on Python 3.10 and Ubuntu 22.04. It probably makes sense for us to target the same environment as Colab.

TaperChipmunk32 commented 2 weeks ago

Google Colab is on Python 3.10 and Ubuntu 22.04. It probably makes sense for us to target the same environment as Colab.

Okay, I'll target those versions then, and I've updated the issue title.