Install DGL previous version

Hi,

I have implemented my training based on previous DGL version. But with an update to the new version of DGL, I notice there are some changes and my code doesn’t work anymore. I just want to run some test and don’t want to spend too much time for reconfiguration.
I was using this command "conda install -c dglteam dgl-cuda10.1 ", and it installed the latest version.
Is it possible specify an older version when install DGL?
Thanks.

Does conda install -c dglteam "dgl-cuda10.1<0.5" work?

Hi @VoVAllen, it works. Thank you!