aiqm / torchani

Accurate Neural Network Potential on PyTorch
https://aiqm.github.io/torchani/
MIT License
464 stars 128 forks source link

Update requirements #486

Closed IgnacioJPickering closed 4 years ago

IgnacioJPickering commented 4 years ago

Currently "pip install torchani" fails if you dont have the "requests" module, on import.

to reproduce:

conda create --name=new_env python=3.7 -y
conda activate new_env
pip install torchani
python -c "import torchani"