awslabs / dgl-ke

High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings.
https://dglke.dgl.ai/doc/
Apache License 2.0
1.27k stars 195 forks source link

Upgrade DGL dependency #256

Open guillaume-be opened 2 years ago

guillaume-be commented 2 years ago

Hello,

Thank you for the great work on this library.

Currently it is my understanding that dgl-ke depends on a pinned version of the DGL backend (0.4.3). This unfortunately also pins the version of Python up to 3.8 based on the wheels published on PyPI. Do you have plans to update the library and allow using more recent version of the DGL backend?

ChrisDelClea commented 2 years ago

+1, please update, also update your quickstart information so people know directly what they are dealing with.

lroberts7 commented 1 year ago

i have dglke working locally off the tip of master using dgl version 0.9.x. I recently upgraded and it worked fine for me on dgl version 0.8.x too. Probably a maintainer should do a release to pypi to close this ticket.