Skip to content

Commit

Permalink
bazel: update notebook_requirements.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jun 7, 2024
1 parent 089365b commit 27fbd6f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion bazel/notebook_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ plotly==5.15.0
# Notebook
jupyter==1.0.0
jupyter-server==2.12.5
tornado==6.3.3
tornado==6.4.1
Pygments==2.15.0
jsonschema==4.19.0
38 changes: 19 additions & 19 deletions bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# bazel run //bazel:notebook_requirements.update
#
absl-py==2.0.0
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
anyio==4.0.0
# via jupyter-server
argon2-cffi==23.1.0
Expand All @@ -29,7 +29,7 @@ backcall==0.2.0
beautifulsoup4==4.12.2
# via nbconvert
black==24.3.0
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
bleach==6.0.0
# via nbconvert
certifi==2023.7.22
Expand Down Expand Up @@ -66,7 +66,7 @@ idna==3.7
# jsonschema
# requests
immutabledict==3.0.0
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
ipykernel==6.25.2
# via
# jupyter
Expand Down Expand Up @@ -98,14 +98,14 @@ jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.19.0
# via
# -r notebook_requirements.in
# -r bazel/notebook_requirements.in
# jupyter-events
# jupyterlab-server
# nbformat
jsonschema-specifications==2023.7.1
# via jsonschema
jupyter==1.0.0
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
jupyter-client==8.3.1
# via
# ipykernel
Expand All @@ -132,7 +132,7 @@ jupyter-lsp==2.2.2
# via jupyterlab
jupyter-server==2.12.5
# via
# -r notebook_requirements.in
# -r bazel/notebook_requirements.in
# jupyter-lsp
# jupyterlab
# jupyterlab-server
Expand Down Expand Up @@ -161,13 +161,13 @@ matplotlib-inline==0.1.6
mistune==3.0.1
# via nbconvert
mypy==1.6.1
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
mypy-protobuf==3.5.0
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
nbclient==0.8.0
# via nbconvert
nbconvert==7.8.0
Expand All @@ -189,7 +189,7 @@ notebook-shim==0.2.3
# notebook
numpy==1.26.1
# via
# -r notebook_requirements.in
# -r bazel/notebook_requirements.in
# pandas
# scipy
overrides==7.4.0
Expand All @@ -206,7 +206,7 @@ packaging==23.1
# qtconsole
# qtpy
pandas==2.1.2
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
Expand All @@ -223,7 +223,7 @@ platformdirs==3.10.0
# jupyter-core
# virtualenv
plotly==5.15.0
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
prometheus-client==0.17.1
# via jupyter-server
prompt-toolkit==3.0.39
Expand All @@ -232,7 +232,7 @@ prompt-toolkit==3.0.39
# jupyter-console
protobuf==5.26.1
# via
# -r notebook_requirements.in
# -r bazel/notebook_requirements.in
# mypy-protobuf
psutil==5.9.5
# via ipykernel
Expand All @@ -246,7 +246,7 @@ pycparser==2.21
# via cffi
pygments==2.15.0
# via
# -r notebook_requirements.in
# -r bazel/notebook_requirements.in
# ipython
# jupyter-console
# nbconvert
Expand Down Expand Up @@ -280,7 +280,7 @@ referencing==0.30.2
# jupyter-events
requests==2.31.0
# via
# -r notebook_requirements.in
# -r bazel/notebook_requirements.in
# jupyterlab-server
rfc3339-validator==0.1.4
# via
Expand All @@ -295,7 +295,7 @@ rpds-py==0.10.2
# jsonschema
# referencing
scipy==1.11.3
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
send2trash==1.8.2
# via jupyter-server
six==1.16.0
Expand All @@ -311,7 +311,7 @@ soupsieve==2.5
stack-data==0.6.2
# via ipython
svgwrite==1.4.3
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
tenacity==8.2.1
# via plotly
terminado==0.17.1
Expand All @@ -320,9 +320,9 @@ terminado==0.17.1
# jupyter-server-terminals
tinycss2==1.2.1
# via nbconvert
tornado==6.3.3
tornado==6.4.1
# via
# -r notebook_requirements.in
# -r bazel/notebook_requirements.in
# ipykernel
# jupyter-client
# jupyter-server
Expand Down Expand Up @@ -357,7 +357,7 @@ uri-template==1.3.0
urllib3==2.0.7
# via requests
virtualenv==20.24.6
# via -r notebook_requirements.in
# via -r bazel/notebook_requirements.in
wcwidth==0.2.6
# via prompt-toolkit
webcolors==1.13
Expand Down

0 comments on commit 27fbd6f

Please sign in to comment.