From f7a8773c5953975c8b3e1df99d2e275e38d63150 Mon Sep 17 00:00:00 2001 From: Gilles Oldano Date: Wed, 19 Apr 2023 15:41:35 +0200 Subject: [PATCH 1/2] Updated sklearn dependency with official package --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 140fdf8d..47258683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pyyaml>=5.3.1 tensorboard future scipy>=1.6.0 -sklearn +scikit-learn From 4f9272c93a1a4d4e53b96bdbcbf27fa18a7b21ad Mon Sep 17 00:00:00 2001 From: stealthBanana <44704953+stealthBanana@users.noreply.github.com> Date: Wed, 17 May 2023 13:23:17 +0200 Subject: [PATCH 2/2] Update config.yml updating sklearn dependency with scikit-learn --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13f387a7..52aee499 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ setup_venv: &setup_venv . ~/crypten-test/bin/activate pip3 install --upgrade pip pip3 install onnx==1.7.0 tensorboard pandas - pip3 install sklearn --use-pep517 + pip3 install scikit-learn --use-pep517 pip3 install torch>=1.7.0 torchvision>=0.8.1 pip3 install tensorflow pip3 install tf2onnx