Installing appropriate version of dgl via requirements.txt

I am currently working on a project using dgl.
Like when handling other dependencies, I’d like to include dgl in requirements.txt.
However, since the version of dgl to install depends on the version of cuda (or cpu), I am having a hard time figuring out a way to do this.
Is there a way to install the appropriate version of dgl via requirements.txt?

Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.