ACEsuit/mace

Dependencies pyproject.toml

galjos opened this issue · 4 comments

Please put the dependencies in the pyproject.toml. This would make the installation way easier. Thanks.

[project]
dependencies = [
...
]

We are using the setup.cfg for installation and the dependencies are there. In which way would your change make it simpler?

Didn't see that. Then, please delete the dependency installation from your README.md, this confused me. And if we are already there, can you include torch-dftd to your dependencies.

This is an optional dependency, only used for a very restricted part of the code. As written in the readme, the recommended way to install mace is through pypi that will automatically resolved dependencies.

Ok, then thanks for your time.