Skip to content

Commit 6c5826a

Browse files
committed
remove install output
1 parent 08feadb commit 6c5826a

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

examples/embeddings-timm.ipynb

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,10 @@
6565
},
6666
{
6767
"cell_type": "code",
68-
"execution_count": 1,
69-
"id": "9b81d6ca-a91f-46c5-bc91-7bc3b36b01b5",
70-
"metadata": {
71-
"tags": []
72-
},
73-
"outputs": [
74-
{
75-
"name": "stdout",
76-
"output_type": "stream",
77-
"text": [
78-
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
79-
"ram 0.0.1 requires timm==0.4.12, but you have timm 0.9.7 which is incompatible.\u001b[0m\u001b[31m\n",
80-
"\u001b[0m"
81-
]
82-
}
83-
],
68+
"execution_count": null,
69+
"id": "fc42cae3-4659-4060-b781-48e2983411fd",
70+
"metadata": {},
71+
"outputs": [],
8472
"source": [
8573
"!pip install -Uq fastdup timm"
8674
]

0 commit comments

Comments
 (0)