Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tensorflow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 8a8f33a commit 66db337
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ idna==2.8
kfserving==0.3.0
kubernetes==10.0.1
minio==5.0.7
numpy==1.18.1
numpy==1.22.0
oauthlib==3.1.0
Pillow==7.1.0
Pillow==10.3.0
protobuf==3.11.3
pyasn1==0.4.8
pyasn1-modules==0.2.8
Expand All @@ -29,7 +29,7 @@ PyJWT==1.7.1
python-dateutil==2.8.1
pytz==2019.3
PyYAML==5.3
requests==2.22.0
requests==2.32.0
requests-oauthlib==1.3.0
rsa==4.0
six==1.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages=find_packages("bert_transformer"),
install_requires=[
"kfserving>=0.4.0",
"tensorflow==1.15.4",
"tensorflow==2.11.1",
],
tests_require=tests_require,
extras_require={'test': tests_require}
Expand Down
2 changes: 1 addition & 1 deletion docs/samples/v1beta1/triton/torchscript/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
install_requires=[
"kfserving>=0.4",
"torchvision>=0.4.0",
"pillow==6.2.0"
"pillow==10.3.0"
],
tests_require=tests_require,
extras_require={'test': tests_require}
Expand Down
4 changes: 2 additions & 2 deletions python/alibiexplainer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"pandas>=0.24.2",
"nest_asyncio>=1.4.0",
"alibi==0.5.5",
"scikit-learn == 0.20.3",
"scikit-learn == 0.23.1",
"argparse>=1.4.0",
"requests>=2.22.0",
"joblib>=0.13.2",
"dill>=0.3.0",
"grpcio>=1.22.0",
"xgboost==1.0.2",
"shap==0.36.0",
"numpy<1.19.0"
"numpy<1.27.0"
],
tests_require=tests_require,
extras_require={'test': tests_require}
Expand Down
2 changes: 1 addition & 1 deletion python/sklearnserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
packages=find_packages("sklearnserver"),
install_requires=[
"kfserving>=0.5.0",
"scikit-learn == 0.20.3",
"scikit-learn == 0.23.1",
"joblib >= 0.13.0"
],
tests_require=tests_require,
Expand Down
2 changes: 1 addition & 1 deletion python/xgbserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
install_requires=[
"kfserving>=0.5.0",
"xgboost == 0.82",
"scikit-learn == 0.20.3",
"scikit-learn == 0.23.1",
],
tests_require=tests_require,
extras_require={'test': tests_require}
Expand Down

0 comments on commit 66db337

Please sign in to comment.