machine-shop / mothra

Automated butterfly wing length measurement
Other
27 stars 15 forks source link

Locking python version on requirements.txt #99

Closed alexdesiqueira closed 2 years ago

alexdesiqueira commented 2 years ago

According to Tiffany Ki's feedback,

with the requirements installation, I also found that I could only run it in python 3.8 and not python 3.10 due to torch 1.8.1 not being able to be installed.

For now, let's keep python between 3.7 to 3.9 — the versions we have tests for.

alexdesiqueira commented 2 years ago

Okay, it seems that this is not the way to do it :sweat_smile: Closing...