Thiagohgl / ai-pronunciation-trainer

This tool uses AI to evaluate your pronunciation.
GNU Affero General Public License v3.0
135 stars 38 forks source link

requirements.txt, versions >= instead of == #8

Open jailop opened 1 month ago

jailop commented 1 month ago

In the requirements.txt file, I just changed operator == to >=, to let the pip installer to use more recent versions of the listed libraries, given that some of the originally listed are not working with more recent Python versions.