Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
adal==1.2.2
azure-common==1.1.24
azure-storage-blob==2.1.0
azure-storage-blob==12.13.0
azure-storage-common==2.1.0
cachetools==4.0.0
certifi==2019.11.28
Expand All @@ -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,13 +29,13 @@ PyJWT==1.7.1
python-dateutil==2.8.1
pytz==2019.3
PyYAML==5.3
requests==2.22.0
requests==2.32.2
requests-oauthlib==1.3.0
rsa==4.0
six==1.14.0
table-logger==0.3.6
torch==1.4.0
torchvision==0.5.0
tornado==6.0.3
urllib3==1.25.8
tornado==6.4.1
urllib3==1.26.19
websocket-client==0.57.0
12 changes: 6 additions & 6 deletions docs/samples/custom/kfserving-custom-model/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ adal==1.2.2
appnope==0.1.0
attrs==19.3.0
azure-common==1.1.24
azure-storage-blob==2.1.0
azure-storage-blob==12.13.0
azure-storage-common==2.1.0
backcall==0.1.0
bleach==3.1.4
Expand Down Expand Up @@ -42,7 +42,7 @@ mistune==0.8.4
nbconvert==5.6.1
nbformat==5.0.4
notebook==6.0.3
numpy==1.18.1
numpy==1.22.0
oauthlib==3.1.0
pandocfilters==1.4.2
parso==0.6.2
Expand All @@ -62,18 +62,18 @@ python-dateutil==2.8.1
pytz==2019.3
PyYAML==5.3
pyzmq==19.0.0
requests==2.23.0
requests==2.32.2
requests-oauthlib==1.3.0
rsa==4.0
Send2Trash==1.5.0
six==1.14.0
table-logger==0.3.6
terminado==0.8.3
testpath==0.4.4
tornado==6.0.4
tornado==6.4.1
traitlets==4.3.3
urllib3==1.25.8
urllib3==1.26.19
wcwidth==0.1.8
webencodings==0.5.1
websocket-client==0.57.0
zipp==3.1.0
zipp==3.19.1
16 changes: 8 additions & 8 deletions docs/samples/explanation/aix/mnist/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ nbconvert==5.6.1
nbformat==5.0.5
networkx==2.4
notebook==6.0.3
numpy==1.18.2
numpy==1.22.0
osqp==0.6.1
pandas==1.0.3
pandocfilters==1.4.2
parso==0.6.2
pexpect==4.8.0
pickleshare==0.7.5
Pillow==5.4.1
Pillow==10.3.0
prometheus-client==0.7.1
prompt-toolkit==3.0.5
protobuf==3.11.3
Expand All @@ -73,31 +73,31 @@ pytz==2019.3
PyWavelets==1.1.1
PyYAML==5.3.1
pyzmq==19.0.0
requests==2.23.0
requests==2.32.2
scikit-image==0.16.2
scikit-learn==0.22.2.post1
scikit-learn==1.5.0
scipy==1.4.1
scs==2.1.2
Send2Trash==1.5.0
shap==0.35.0
six==1.14.0
sqlparse==0.3.1
tensorboard==1.14.0
tensorflow==1.15.4
tensorflow==2.11.1
tensorflow-estimator==1.14.0
termcolor==1.1.0
terminado==0.8.3
testpath==0.4.4
torch==1.4.0
torchvision==0.5.0
tornado==6.0.4
tornado==6.4.1
tqdm==4.45.0
traitlets==4.3.3
urllib3==1.25.8
urllib3==1.26.19
wcwidth==0.1.9
webencodings==0.5.1
Werkzeug==1.0.1
wrapt==1.12.1
xgboost==1.0.2
xport==2.0.2
zipp==3.1.0
zipp==3.19.1
2 changes: 1 addition & 1 deletion docs/samples/explanation/alibi/income/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alibi==0.5.5
numpy>=1.8.2
scikit-learn == 0.20.3
scikit-learn == 1.5.0
joblib>=0.13.0
dill>=0.2.7.1
plotly>=4.2.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alibi>=0.1.2
numpy>=1.8.2
scikit-learn == 0.20.3
scikit-learn == 1.5.0
joblib>=0.13.0
dill>=0.2.7.1
plotly>=4.2.1
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 == 1.5.0",
"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<2.1.0"
],
tests_require=tests_require,
extras_require={'test': tests_require}
Expand Down
2 changes: 1 addition & 1 deletion python/kfserving/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ google-cloud-storage>=1.31.0
adal>=1.2.2
table_logger>=0.3.5
numpy>=1.17.3
azure-storage-blob>=1.3.0,<=2.1.0
azure-storage-blob<=12.20.0,>=12.20.0
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 == 1.5.0",
"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 == 1.5.0",
],
tests_require=tests_require,
extras_require={'test': tests_require}
Expand Down