Skip to content

Commit 5fd265b

Browse files
committed
(unrelated) update packages in example
1 parent 28c6723 commit 5fd265b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/segformer_inference_pretrained.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"# fix for HF hub download\n",
17-
"# see PR https://github.com/albumentations-team/albumentations/pull/2171\n",
18-
"!pip install -U git+https://github.com/qubvel/albumentations@patch-2"
16+
"# make sure you have the latest version of the libraries\n",
17+
"!pip install -U segmentation-models-pytorch\n",
18+
"!pip install albumentations matplotlib requests pillow"
1919
]
2020
},
2121
{

0 commit comments

Comments
 (0)