From 980bb931ee63eec69c8255a5fd1faab969dfae5f Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Fri, 2 Feb 2024 11:05:47 +0000 Subject: [PATCH] Fix: Update scikit-learn to address security issue Signed-off-by: Matthew Watkins --- data_extractor/code/model_pipeline/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data_extractor/code/model_pipeline/requirements.txt b/data_extractor/code/model_pipeline/requirements.txt index a91ce37..4164273 100644 --- a/data_extractor/code/model_pipeline/requirements.txt +++ b/data_extractor/code/model_pipeline/requirements.txt @@ -10,7 +10,7 @@ pandas==1.0.5 protobuf==3.20.2 pyspellchecker==0.5.5 requests==2.31.0 -scikit-learn==0.24.1 +scikit-learn==1.0.1 spacy==2.3.2 tqdm==4.48.0 traitlets==5.4 diff --git a/pyproject.toml b/pyproject.toml index 6934376..42618f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "pyyaml~=6.0.1", "requests~=2.31.0", "fuzzywuzzy==0.18.0", - "scikit-learn==0.24.1", + "scikit-learn==1.0.1", "scipy==1.10.0", "spacy==2.3.2", "tabula-py==2.1.1",