Skip to content

Commit

Permalink
build(jupyter-lite)!: pin notebook dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  - This commit adds new dependencies which are required by the Jupyter
    Lite build process for hosting live interactive notebooks along with
    necessary widgets like canvas, plotly and matplotlib.

Signed-off-by: Akshay Mestry <xa@mes3.dev>
  • Loading branch information
xames3 committed Oct 8, 2024
1 parent 4abcd87 commit 7cefdbb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
coeus-sphinx-theme
bqplot
git+https://github.com/xames3/coeus-sphinx-theme.git#egg=coeus-sphinx-theme
ipycanvas>=0.9.1
ipyevents>=2.0.1
ipyleaflet
ipympl>=0.8.2
ipywidgets>=8.1.3,<9
jupyterlab-geojson>=3.4.0,<4
jupyterlab-night
jupyterlab_miami_nights
jupyterlab~=4.2.5
jupyterlite-core==0.4.1
jupyterlite-javascript-kernel==0.3.0
jupyterlite-pyodide-kernel==0.4.2
jupyterlite-sphinx
notebook~=7.2.2
plotly>=5,<6
sphinx-copybutton
sphinx-intl

0 comments on commit 7cefdbb

Please sign in to comment.