Skip to content

Commit

Permalink
Pin scikit_learn version for tf2_semantic_approximate_nearest_neighbo…
Browse files Browse the repository at this point in the history
…rs.ipynb

which uses a symbol removed in 0.24.0.

PiperOrigin-RevId: 350337444
  • Loading branch information
TensorFlow Hub Authors authored and copybara-github committed Jan 6, 2021
1 parent b046260 commit eb8faa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
"source": [
"!pip install apache_beam\n",
"!pip install sklearn\n",
"!pip install 'scikit_learn~=0.23.0' # For gaussian_random_matrix.\n",
"!pip install annoy"
],
"execution_count": null,
Expand Down

0 comments on commit eb8faa2

Please sign in to comment.