Skip to content

Commit

Permalink
(BSR) feat(compliance): Update pyarrow to 18.1.0 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass authored Nov 28, 2024
1 parent eaec067 commit 7c913bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions apps/fraud/compliance/api/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ numpy==1.26.4
# mlflow
# numba
# pandas
# pyarrow
# scikit-learn
# scipy
# sentence-transformers
Expand Down Expand Up @@ -307,8 +306,10 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pyarrow==11.0.0
# via mlflow
pyarrow==18.1.0
# via
# -r requirements.in
# mlflow
pyasn1==0.6.0
# via
# oauth2client
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 @@ -14,11 +14,12 @@ mlflow==2.18.0
numpy==1.26.4
oauth2client==4.1.3
pandas==2.2.0
pyarrow==18.1.0
python-jose==3.3.0
python-multipart==0.0.6
ruff==0.4.7
scipy==1.13.1
sentence-transformers==2.2.2
shap==0.46.0
uvicorn==0.22.0
torch==2.3.1+cpu
uvicorn==0.22.0
7 changes: 4 additions & 3 deletions apps/fraud/compliance/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ numpy==1.26.4
# mlflow
# numba
# pandas
# pyarrow
# scikit-learn
# scipy
# sentence-transformers
Expand Down Expand Up @@ -274,8 +273,10 @@ protobuf==3.20.3
# grpcio-status
# mlflow-skinny
# proto-plus
pyarrow==11.0.0
# via mlflow
pyarrow==18.1.0
# via
# -r requirements.in
# mlflow
pyasn1==0.6.0
# via
# oauth2client
Expand Down

0 comments on commit 7c913bd

Please sign in to comment.