Skip to content

Commit

Permalink
fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Jul 5, 2023
1 parent b53e8a5 commit f6ef756
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pandas
sympy
jupyterlab>=4.0.0
jupyterlab_myst>=2.0.0
ipywidgets>=8.*
17 changes: 14 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
anyio==3.7.0
# via jupyter-server
Expand Down Expand Up @@ -64,9 +64,15 @@ idna==3.4
# jsonschema
# requests
ipykernel==6.24.0
# via jupyterlab
# via
# ipywidgets
# jupyterlab
ipython==8.14.0
# via ipykernel
# via
# ipykernel
# ipywidgets
ipywidgets==8.0.7
# via -r requirements.in
isoduration==20.11.0
# via jsonschema
jedi==0.18.2
Expand Down Expand Up @@ -121,6 +127,8 @@ jupyterlab-pygments==0.2.2
# via nbconvert
jupyterlab-server==2.23.0
# via jupyterlab
jupyterlab-widgets==3.0.8
# via ipywidgets
kiwisolver==1.4.4
# via matplotlib
markupsafe==2.1.3
Expand Down Expand Up @@ -274,6 +282,7 @@ traitlets==5.9.0
# comm
# ipykernel
# ipython
# ipywidgets
# jupyter-client
# jupyter-core
# jupyter-events
Expand All @@ -299,3 +308,5 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.6.1
# via jupyter-server
widgetsnbextension==4.0.8
# via ipywidgets

0 comments on commit f6ef756

Please sign in to comment.