Skip to content

Commit dbeae40

Browse files
authored
update pip install to latest release
1 parent 79e9f97 commit dbeae40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/44_Creating_Custom_SuperComponents.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"source": [
5656
"%%bash\n",
5757
"\n",
58-
"pip install git+https://github.com/deepset-ai/haystack.git@main # pip install haystack-ai after the 2.13 release\n",
59-
"pip install \"sentence-transformers>=3.0.0\" datasets transformers[torch,sentencepiece]"
58+
"pip install haystack-ai\n",
59+
"pip install \"sentence-transformers>=3.0.0\" datasets transformers[torch,sentencepiece]"
6060
]
6161
},
6262
{
@@ -3591,4 +3591,4 @@
35913591
},
35923592
"nbformat": 4,
35933593
"nbformat_minor": 0
3594-
}
3594+
}

0 commit comments

Comments
 (0)