Description
Hi, I'm encountering the following error when trying to initialize a model from Run ID:
ValueError: Trying to deserialize a model with dependency sklearn==0.21.dev0 not satisfied.
Specifically:

I tried installing openml from the dev branch...
! pip3 install git+https://github.com/openml/openml-python@develop
...but that doesn't do the trick.
On the other hand, if I hone in on a model/pipeline containing the exact same sklearn that I have, I get another error:

I'm not sure what to do about this. Any hints?
Versions

Thanks!
Description
Hi, I'm encountering the following error when trying to initialize a model from Run ID:
ValueError: Trying to deserialize a model with dependency sklearn==0.21.dev0 not satisfied.Specifically:

I tried installing
openmlfrom the dev branch......but that doesn't do the trick.
On the other hand, if I hone in on a model/pipeline containing the exact same

sklearnthat I have, I get another error:I'm not sure what to do about this. Any hints?
Versions
Thanks!