thomas0809 / MolScribe

Robust Molecular Structure Recognition with Image-to-Graph Generation
MIT License
145 stars 27 forks source link

Dependency versions #29

Open supersciencegrl opened 2 months ago

supersciencegrl commented 2 months ago

Hi team,

Thanks for making this pretty awesome library!

An issue I'm having installing it on a new PC using pip - the version <2.0 of PyTorch that's required only works with old versions of Python. It seems that you need python < 3.11 for torch < 2.0.

Also noticed that the torch version isn't specified in requirements.txt - but it is specified when you try to install with pip.

Worth adding python < 3.11 and torch < 2.0 to requirements.txt, if these are the right requirements?

Thanks very much! -Nessa