Skip to content

Commit

Permalink
requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
yy committed Jun 11, 2024
1 parent 058a8c9 commit 3b515c6
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ idna==3.7
# requests
ipykernel==6.29.4
# via
# -r requirements.in
# jupyter
# jupyter-console
# jupyterlab
Expand Down Expand Up @@ -117,6 +118,7 @@ jsonschema==4.22.0
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter==1.0.0
# via -r requirements.in
jupyter-client==8.6.2
# via
# ipykernel
Expand Down Expand Up @@ -179,7 +181,9 @@ markupsafe==2.1.5
# mkdocs
# nbconvert
matplotlib==3.9.0
# via seaborn
# via
# -r requirements.in
# seaborn
matplotlib-inline==0.1.7
# via
# ipykernel
Expand All @@ -196,13 +200,17 @@ mistune==3.0.2
# via nbconvert
mkdocs==1.6.0
# via
# -r requirements.in
# mkdocs-jupyter
# mkdocs-material
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-jupyter==0.24.7
# via -r requirements.in
mkdocs-material==9.5.25
# via mkdocs-jupyter
# via
# -r requirements.in
# mkdocs-jupyter
mkdocs-material-extensions==1.3.1
# via mkdocs-material
nbclient==0.10.0
Expand All @@ -221,6 +229,7 @@ nbformat==5.10.4
nest-asyncio==1.6.0
# via ipykernel
networkx==3.3
# via -r requirements.in
notebook==7.2.0
# via jupyter
notebook-shim==0.2.4
Expand All @@ -229,6 +238,7 @@ notebook-shim==0.2.4
# notebook
numpy==1.26.4
# via
# -r requirements.in
# contourpy
# matplotlib
# pandas
Expand All @@ -253,6 +263,7 @@ paginate==0.5.6
# via mkdocs-material
pandas==2.2.2
# via
# -r requirements.in
# seaborn
# vega-datasets
pandocfilters==1.5.1
Expand Down Expand Up @@ -353,9 +364,13 @@ rpds-py==0.18.1
# jsonschema
# referencing
scikit-learn==1.5.0
# via -r requirements.in
scipy==1.13.1
# via scikit-learn
# via
# -r requirements.in
# scikit-learn
seaborn==0.13.2
# via -r requirements.in
send2trash==1.8.3
# via jupyter-server
six==1.16.0
Expand Down Expand Up @@ -414,6 +429,7 @@ uri-template==1.3.0
urllib3==2.2.1
# via requests
vega-datasets==0.9.0
# via -r requirements.in
watchdog==4.0.1
# via mkdocs
wcwidth==0.2.13
Expand Down

0 comments on commit 3b515c6

Please sign in to comment.