Dependencies pyproject.toml
galjos opened this issue · 4 comments
galjos commented
Please put the dependencies in the pyproject.toml
. This would make the installation way easier. Thanks.
[project]
dependencies = [
...
]
ilyes319 commented
We are using the setup.cfg for installation and the dependencies are there. In which way would your change make it simpler?
galjos commented
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.
ilyes319 commented
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.
galjos commented
Ok, then thanks for your time.