amir-zeldes / HebPipe

An NLP pipeline for Hebrew
Other
34 stars 9 forks source link

versions for all requirements #22

Closed Iddoyadlin closed 2 years ago

Iddoyadlin commented 2 years ago

can you state the recommended versions for all packages in requirements.txt? This will make it easier to make reproducible results.

amir-zeldes commented 2 years ago

Mmm, I generally try not to specify all versions too narrowly for people who don't work with venv, since they will get version conflicts that are mostly not actual problems. The tricky ones (torch, tranformers etc.) are already specified - is there a particular dependency that's causing problems for you? I can specify <=xyz if there is a specific library whose newest version has breaking changes.