Skip to content
Closed
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
19 changes: 16 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ docutils==0.17.1
# exhale
# myst-parser
# sphinx
exceptiongroup==1.2.0
# via
# ipython
# pytest
executing==2.0.0
# via stack-data
exhale==0.3.6
Expand Down Expand Up @@ -99,7 +103,7 @@ jinja2==3.1.2
# sphinx-autoapi
jsonschema==4.19.1
# via nbformat
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.2
# via jsonschema
jupyter-cache==0.6.1
# via myst-nb
Expand Down Expand Up @@ -217,7 +221,7 @@ pyzmq==25.1.1
# via
# ipykernel
# jupyter-client
referencing==0.30.2
referencing==0.31.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -270,6 +274,12 @@ stack-data==0.6.3
# via ipython
tabulate==0.9.0
# via jupyter-cache
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
tornado==6.3.3
# via
# ipykernel
Expand All @@ -285,9 +295,12 @@ traitlets==5.11.2
# nbclient
# nbformat
typer[all]==0.5.0
# via check-reqs
# via
# check-reqs
# typer
typing-extensions==4.8.0
# via
# astroid
# myst-nb
# myst-parser
# sqlalchemy
Expand Down