HelloJocelynLu / t5chem

Transformer-based model for chemical reactions
MIT License
58 stars 14 forks source link

Setup file loads incompatible depndencies #3

Closed ruslankotl closed 2 years ago

ruslankotl commented 2 years ago

While setting up the model, I have found that executing the setup script with python setup.py install results in a RuntimeError both on a local machine and in Colab. The SciPy, NumPy, and Pandas dependencies the script selects are incompatible with Python 3.7. In addition, the pytorch version 1.7.1 proposed by the script cannot be run on RTX3080 card due to lack of architecture support before CUDA version 11.0.

While installing dependencies manually resolves the problems, it would be useful if the requirements could be updated for new Python versions.

Thank you for your help