Skip to content

Commit 77760a9

Browse files
jacob.romerojacob.romero
jacob.romero
authored and
jacob.romero
committed
chore: update references for installing fastcore to plum-dispatch which is required by the sdk now for metaflow integration.
1 parent c7b192b commit 77760a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guides/integrations/metaflow.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To install the `wandb` library locally and log in:
4848

4949

5050
```shell
51-
pip install -Uqqq metaflow fastcore wandb
51+
pip install -Uqqq metaflow plum-dispatch wandb
5252
5353
wandb login
5454
```
@@ -58,7 +58,7 @@ To install the `wandb` library locally and log in:
5858
{{% tab header="Python" value="python" %}}
5959

6060
```bash
61-
pip install -Uqqq metaflow fastcore wandb
61+
pip install -Uqqq metaflow plum-dispatch wandb
6262
```
6363
```python
6464
import wandb
@@ -70,7 +70,7 @@ wandb.login()
7070
{{% tab header="Python notebook" value="notebook" %}}
7171

7272
```notebook
73-
!pip install -Uqqq metaflow fastcore wandb
73+
!pip install -Uqqq metaflow plum-dispatch wandb
7474
7575
import wandb
7676
wandb.login()

0 commit comments

Comments
 (0)