Skip to content

Commit

Permalink
Using eland 8.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Feb 1, 2024
1 parent 64f21a7 commit ee08f5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/search/08-learning-to-rank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
},
"outputs": [],
"source": [
"# TODO: when eland 8.12.1 is released, we can avoid installing from github main:\n",
"!pip install -qU git+https://github.com/elastic/eland@main\n",
"!pip install -qU elasticsearch \"eland[scikit-learn]\" xgboost tqdm\n",
"!pip install -qU elasticsearch eland \"eland[scikit-learn]\" xgboost tqdm\n",
"\n",
"from tqdm import tqdm\n",
"\n",
Expand Down

0 comments on commit ee08f5b

Please sign in to comment.