Skip to content

Commit

Permalink
refactor: update python multipart and nltk
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass committed Nov 28, 2024
1 parent 707c637 commit 59c5196
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 5 additions & 3 deletions apps/fraud/compliance/api/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,10 @@ mpmath==1.3.0
# via sympy
networkx==3.2.1
# via torch
nltk==3.8.1
# via sentence-transformers
nltk==3.9.1
# via
# -r requirements.in
# sentence-transformers
numba==0.60.0
# via shap
numpy==1.26.4
Expand Down Expand Up @@ -333,7 +335,7 @@ python-dateutil==2.9.0.post0
# graphene
# matplotlib
# pandas
python-multipart==0.0.6
python-multipart==0.0.17
# via -r requirements.in
pytz==2023.4
# via
Expand Down
3 changes: 2 additions & 1 deletion apps/fraud/compliance/api/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ google-cloud-storage==2.9.0
gunicorn==23.0.0
loguru==0.7.0
mlflow==2.18.0
nltk==3.9.1
numpy==1.26.4
oauth2client==4.1.3
pandas==2.2.0
pyarrow==18.1.0
python-multipart==0.0.6
python-multipart==0.0.17
ruff==0.4.7
scipy==1.13.1
sentence-transformers==2.2.2
Expand Down
8 changes: 5 additions & 3 deletions apps/fraud/compliance/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,10 @@ mpmath==1.3.0
# via sympy
networkx==3.2.1
# via torch
nltk==3.8.1
# via sentence-transformers
nltk==3.9.1
# via
# -r requirements.in
# sentence-transformers
numba==0.60.0
# via shap
numpy==1.26.4
Expand Down Expand Up @@ -296,7 +298,7 @@ python-dateutil==2.9.0.post0
# graphene
# matplotlib
# pandas
python-multipart==0.0.6
python-multipart==0.0.17
# via -r requirements.in
pytz==2023.4
# via
Expand Down

0 comments on commit 59c5196

Please sign in to comment.