awslabs / dgl-lifesci

Python package for graph neural networks in chemistry and biology
Apache License 2.0
696 stars 144 forks source link

Install dependencies when install dgl-lifesci #222

Open minhtriet opened 8 months ago

minhtriet commented 8 months ago

Issue #207

Description of changes: With the pyproject.toml, one can run python3 -m build to generate the whl file. When installing that file, all the dependencies would also be installed.

There are yet another step, which is upload the whl file to PyPI. I would wait until receive the approval of the maintainers before continue.

How it was tested

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mufeili commented 8 months ago

Unfortunately, I've left AWS and no longer have administration access to this repo. You may directly modify your fork if you need this feature. Sorry for the inconvenience.

minhtriet commented 8 months ago

I see, thanks. Is this repo still maintained?

mufeili commented 8 months ago

As I was the only maintainer, I don't think it is still maintained. Most functionalities should still work though. If you need to make any changes, just work on your own fork.