Issue of install tensordict==0.2.0

Hello, guys:

There is a quick question. I try to install torchrl which requires tensordict==0.2.0, but I got this error message when I install the latest version of tensordict

$ pip install tensordict==0.2.0
ERROR: Could not find a version that satisfies the requirement tensordict==0.2.0 (from versions: 0.0.1a0, 0.0.1b0, 0.0.1rc0, 0.0.2a0, 0.0.2b0, 0.0.3, 0.1.0, 0.1.1, 0.1.2)
ERROR: No matching distribution found for tensordict==0.2.0

My pip version is 23.3, could you provide some quick ideas to solve this issue?
Thanks a lot for the help!

It works after I clone the code and execute setup.py manually.