Skip to content

Commit

Permalink
Update for jupyterlite build
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Mar 27, 2024
1 parent 1908fce commit 610c256
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
# - name: Install mamba and dependencies
# uses: mamba-org/provision-with-micromamba@main
# with:
Expand Down
18 changes: 4 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
# Core modules (mandatory)
jupyterlite-core==0.1.1
#jupyterlab~=3.5.1
jupyterlab~=4.0.3

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.0.8
#jupyterlite-xeus-python==0.9.2
jupyterlite-core
jupyterlab
jupyterlite-pyodide-kernel

# JupyterLab: dark theme
jupyterlab-night

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.0.0,<9
# # Python: ipyevents library for Jupyter notebooks (optional)
# ipyevents>=2.0.1
# # Python: interative Matplotlib library for Jupyter notebooks (optional)
# ipympl>=0.8.2
# # Python: ipycanvas library for Jupyter notebooks (optional)
# ipycanvas>=0.9.1
ipywidgets>=8.0.0

0 comments on commit 610c256

Please sign in to comment.