Skip to content

Commit

Permalink
Merge pull request #95 from modeseven-lf-projects/security-updates
Browse files Browse the repository at this point in the history
Fix: Update scikit-learn to address security issue
  • Loading branch information
ModeSevenIndustrialSolutions authored Feb 2, 2024
2 parents fb8d717 + 980bb93 commit ab08bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_extractor/code/model_pipeline/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ab08bea

Please sign in to comment.