How to correctly install Wandb Mixin

Hi,

I’m trying to follow along with multiple ray tutorials that rely on the wandb mixin decorator. However, when I import I get an error:

Import statement: from ray.tune.integration.wandb import wandb_mixin
Error: No module named ‘ray.tune.integration.wandb’

I went through the install folder for tune (which I installed via pip install “ray[tune]”) and the 'ray/tune/integration directory is missing wandb.

How should I correctly install wandb mixin? Here’s a reference to the tutorial colab (which coincidentally also skips the wandb mixin installation): Google Colab