Skip to content

Commit

Permalink
Merge pull request #8 from ericpre/update_requirements
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
ericpre authored Feb 24, 2024
2 parents 145aa47 + c652c89 commit 729e7eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Build and Deploy

on:
push:
branches:
- main
pull_request:
branches:
- '*'
on: [push, pull_request, workflow_dispatch]


jobs:
build:
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Core modules (mandatory)
jupyterlite-core==0.1.3
jupyterlab~=3.5.1
jupyterlite-core==0.2.3
jupyterlab~=4.0.11
notebook~=7.0.7

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.1.3
jupyterlite-pyodide-kernel==0.2.3

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.1,<9
Expand Down

0 comments on commit 729e7eb

Please sign in to comment.