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",