How to install previous version of dgl using pip?

I found in “Frequently Asked Questions (FAQ)” how to use conda to install the previous version of dgl. Is there a way to install previous version of dgl using pip?

pip install dgl==0.x.x

Or pip install "dgl<0.6"

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