From 6192516dfdfbd17aa89658ff474062184c0dcd6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Mon, 21 Jun 2021 12:03:44 +0200 Subject: [PATCH] Use scikit-learn rather than sklearn in docs/requirements.txt --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2b64d7e8f8ed..a9687eb9860c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,5 +12,5 @@ pytest-xdist # Packages used for notebook execution matplotlib -sklearn +scikit-learn .[cpu] # Install jax from the current directory; jaxlib from pypi.