Skip to content

Commit e1718c2

Browse files
authored
Merge pull request #3820 from jtpio/update-latest-jupyterlite
Update to JupyterLite 0.1.0
2 parents 4721b83 + e1390e0 commit e1718c2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/environment.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@ dependencies:
2828
- bqplot
2929
- ipykernel
3030
- ipyleaflet
31+
- jupyterlite >=0.1.1,<0.2.0
3132
- matplotlib-base
3233
- numpy
3334
- scikit-image
3435
- scikit-learn
3536
- sympy
36-
# jupyterlite dependencies
37-
- doit
38-
- pkginfo
39-
- python-libarchive-c
40-
- pip:
41-
- jupyterlite ==0.1.0b18

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ipyleaflet
66
jupyter-client
77
jupyter-packaging
88
jupyterlab >=4
9-
jupyterlite ==0.1.0b18
9+
jupyterlite >=0.1.1<0.2.0
1010
matplotlib
1111
myst-nb >=0.17,<0.18
1212
numpy

0 commit comments

Comments
 (0)