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
2 changes: 1 addition & 1 deletion backend/src/apiserver/visualization/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gcsfs==0.2.3
google-api-python-client==1.7.*
itables==0.1.0
ipykernel==6.29.5
ipython==7.34.0
ipython==8.10.0
Jinja2>=3.1.2,<4
jupyter-client==8.6.3
markupsafe>=2.1.1
Expand Down
52 changes: 29 additions & 23 deletions backend/src/apiserver/visualization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ absl-py==2.3.1
# tensorboard
# tensorflow
# tensorflow-metadata
asttokens==3.0.0
# via stack-data
astunparse==1.6.3
# via tensorflow
attrs==25.3.0
Expand All @@ -20,11 +22,9 @@ backcall==0.2.0
beautifulsoup4==4.13.5
# via nbconvert
bleach[css]==6.2.0
# via
# bleach
# nbconvert
# via nbconvert
bokeh==1.2.0
# via -r -
# via -r requirements.in
cachetools==5.5.2
# via google-auth
certifi==2025.8.3
Expand All @@ -41,16 +41,18 @@ decorator==5.2.1
# ipython
defusedxml==0.7.1
# via nbconvert
executing==2.2.1
# via stack-data
fastjsonschema==2.21.2
# via nbformat
flatbuffers==25.2.10
# via tensorflow
gast==0.6.0
# via tensorflow
gcsfs==0.2.3
# via -r -
# via -r requirements.in
google-api-python-client==1.7.12
# via -r -
# via -r requirements.in
google-auth==2.40.3
# via
# gcsfs
Expand Down Expand Up @@ -82,18 +84,18 @@ httplib2==0.30.2
idna==3.10
# via requests
ipykernel==6.29.5
# via -r -
ipython==7.34.0
# via -r requirements.in
ipython==8.10.0
# via
# -r -
# -r requirements.in
# ipykernel
itables==0.1.0
# via -r -
# via -r requirements.in
jedi==0.19.2
# via ipython
jinja2==3.1.6
# via
# -r -
# -r requirements.in
# bokeh
# nbconvert
joblib==1.5.2
Expand All @@ -104,7 +106,7 @@ jsonschema-specifications==2025.9.1
# via jsonschema
jupyter-client==8.6.3
# via
# -r -
# -r requirements.in
# ipykernel
# nbclient
jupyter-core==5.8.1
Expand All @@ -124,7 +126,7 @@ markdown==3.9
# via tensorboard
markupsafe==3.0.2
# via
# -r -
# -r requirements.in
# jinja2
# nbconvert
# werkzeug
Expand All @@ -139,10 +141,10 @@ ml-dtypes==0.3.2
nbclient==0.10.2
# via nbconvert
nbconvert==7.16.5
# via -r -
# via -r requirements.in
nbformat==5.10.4
# via
# -r -
# -r requirements.in
# nbclient
# nbconvert
nest-asyncio==1.6.0
Expand Down Expand Up @@ -186,7 +188,7 @@ prompt-toolkit==3.0.52
# via ipython
protobuf==4.25.8
# via
# -r -
# -r requirements.in
# googleapis-common-protos
# tensorboard
# tensorflow
Expand All @@ -196,8 +198,10 @@ psutil==7.0.0
# via ipykernel
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pyarrow==14.0.1
# via -r -
# via -r requirements.in
pyasn1==0.6.1
# via
# pyasn1-modules
Expand Down Expand Up @@ -241,7 +245,7 @@ rpds-py==0.27.1
rsa==4.9.1
# via google-auth
scikit-learn==1.5.0
# via -r -
# via -r requirements.in
scipy==1.16.1
# via scikit-learn
six==1.17.0
Expand All @@ -255,22 +259,24 @@ six==1.17.0
# tensorflow
soupsieve==2.8
# via beautifulsoup4
stack-data==0.6.3
# via ipython
tensorboard==2.15.2
# via tensorflow
tensorboard-data-server==0.7.2
# via tensorboard
tensorflow==2.15.1
# via
# -r -
# -r requirements.in
# tensorflow-serving-api
tensorflow-estimator==2.15.0
# via tensorflow
tensorflow-io-gcs-filesystem==0.37.1
# via tensorflow
tensorflow-metadata==1.16.0
# via -r -
# via -r requirements.in
tensorflow-serving-api==2.15.1
# via -r -
# via -r requirements.in
termcolor==3.1.0
# via tensorflow
threadpoolctl==3.6.0
Expand All @@ -279,7 +285,7 @@ tinycss2==1.4.0
# via bleach
tornado==6.5.2
# via
# -r -
# -r requirements.in
# bokeh
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -312,7 +318,7 @@ webencodings==0.5.1
# tinycss2
werkzeug==3.1.3
# via
# -r -
# -r requirements.in
# tensorboard
wheel==0.45.1
# via astunparse
Expand Down
2 changes: 1 addition & 1 deletion components/aws/sagemaker/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Development requirements
kfp==1.7.0
docformatter==1.3.1
black==19.10b0
black==24.3.0
coverage==5.1
pytest==5.4.1
4 changes: 2 additions & 2 deletions components/aws/sagemaker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Runtime requirements
boto3==1.14.12
sagemaker==2.237.3
sagemaker==2.254.0
pathlib2==2.3.5
pyyaml==5.4
mypy-extensions==0.4.3
protobuf==3.20.*
protobuf==6.33.*
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ filelock==3.0.*
kubernetes==11.0.*
kfp==1.8.14
minio==5.0.10
sagemaker==2.148.*
sagemaker==2.254.*
ruamel.yaml==0.16.*


2 changes: 1 addition & 1 deletion components/kserve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kserve==0.12.0
protobuf~=3.19.0
protobuf~=6.33.0