Skip to content

Commit

Permalink
removed pip install spacy
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikWimm committed Jun 28, 2024
1 parent 6ceff19 commit 64d1848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions baseline-retrieval-system/baseline-retrieval-system.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@
"source": [
"# You only need to execute this cell if you are using Google Golab.\n",
"# If you use GitHub Codespaces, everything is already installed.\n",
"!pip3 install tira ir-datasets python-terrier\n",
"!pip3 install spacy"
"!pip3 install tira ir-datasets python-terrier"
]
},
{
Expand Down

0 comments on commit 64d1848

Please sign in to comment.