mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-26 14:38:36 +00:00
Removed comma from last item in json list (#1114)
This commit is contained in:
parent
40ceaf418a
commit
a7ba146246
@ -60,7 +60,7 @@
|
||||
"\n",
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install grpcio-tools==1.34.1\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
"\n",
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install grpcio-tools==1.34.1\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
"\n",
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install grpcio-tools==1.34.1\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
"\n",
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install grpcio-tools==1.34.1\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
"\n",
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install grpcio-tools==1.34.1\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -286,7 +286,7 @@
|
||||
"\n",
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install grpcio-tools==1.34.1\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pip install grpcio-tools==1.34.1\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git\n"
|
||||
],
|
||||
"metadata": {
|
||||
"collapsed": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user