Skip to content
Open
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
44 changes: 21 additions & 23 deletions backend/src/apiserver/visualization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,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 @@ -48,9 +46,9 @@ flatbuffers==25.2.10
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 +80,18 @@ httplib2==0.30.2
idna==3.10
# via requests
ipykernel==6.29.5
# via -r -
# via -r requirements.in
ipython==7.34.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 +102,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 +122,7 @@ markdown==3.9
# via tensorboard
markupsafe==3.0.2
# via
# -r -
# -r requirements.in
# jinja2
# nbconvert
# werkzeug
Expand All @@ -139,10 +137,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 +184,7 @@ prompt-toolkit==3.0.52
# via ipython
protobuf==4.25.8
# via
# -r -
# -r requirements.in
# googleapis-common-protos
# tensorboard
# tensorflow
Expand All @@ -197,7 +195,7 @@ psutil==7.0.0
ptyprocess==0.7.0
# via pexpect
pyarrow==14.0.1
# via -r -
# via -r requirements.in
pyasn1==0.6.1
# via
# pyasn1-modules
Expand Down Expand Up @@ -241,7 +239,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 @@ -261,16 +259,16 @@ 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 +277,7 @@ tinycss2==1.4.0
# via bleach
tornado==6.5.2
# via
# -r -
# -r requirements.in
# bokeh
# ipykernel
# jupyter-client
Expand All @@ -302,7 +300,7 @@ tzdata==2025.2
# via pandas
uritemplate==3.0.1
# via google-api-python-client
urllib3==2.5.0
urllib3==2.6.0
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand All @@ -312,7 +310,7 @@ webencodings==0.5.1
# tinycss2
werkzeug==3.1.3
# via
# -r -
# -r requirements.in
# tensorboard
wheel==0.45.1
# via astunparse
Expand Down
Loading