We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b192b commit 77760a9Copy full SHA for 77760a9
content/guides/integrations/metaflow.md
@@ -48,7 +48,7 @@ To install the `wandb` library locally and log in:
48
49
50
```shell
51
- pip install -Uqqq metaflow fastcore wandb
+ pip install -Uqqq metaflow plum-dispatch wandb
52
53
wandb login
54
```
@@ -58,7 +58,7 @@ To install the `wandb` library locally and log in:
58
{{% tab header="Python" value="python" %}}
59
60
```bash
61
-pip install -Uqqq metaflow fastcore wandb
+pip install -Uqqq metaflow plum-dispatch wandb
62
63
```python
64
import wandb
@@ -70,7 +70,7 @@ wandb.login()
70
{{% tab header="Python notebook" value="notebook" %}}
71
72
```notebook
73
-!pip install -Uqqq metaflow fastcore wandb
+!pip install -Uqqq metaflow plum-dispatch wandb
74
75
76
wandb.login()
0 commit comments