hplt-project / OpusPocus

Marian machine translation training pipeline for thousands of models
2 stars 0 forks source link

Should specify a minimum python version #45

Open bhaddow opened 3 months ago

bhaddow commented 3 months ago

I think it is 3.10 (3.9 does not work because of Path.hardlink_to()

varisd commented 3 months ago

Thanks for confirming. I am currently using Python 3.10. Is that ok with everyone or should we "downgrade" (I would have to look for a proper replacement for the hardlink_to and possibly some other stuff).

bhaddow commented 3 months ago

I don't think we need to downgrade. 3.10 is already 3 years old.

rggdmonk commented 3 months ago

@varisd https://devguide.python.org/versions/ maybe < 3.12 ?

varisd commented 3 months ago

How about 3.10, 3.11 and 3.12 (since <=3.9 would require downgrade)?