Skip to content

Commit a0903f5

Browse files
authored
Merge pull request #160 from jtpio/update-jupyterlite-core
Update to `jupyterlite-core >=0.2,<0.4`
2 parents 99a72e1 + b31f711 commit a0903f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- jupyter_server
77
- jupyterlab_server
88
- jupyterlite-xeus >=0.1.8,<0.2.0
9-
- jupyterlite-core >=0.2,<0.3
9+
- jupyterlite-core >=0.2,<0.4
1010
- pydata-sphinx-theme
1111
- myst-parser
1212
- docutils

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"docutils",
1717
"jupyter_server",
1818
"jupyterlab_server",
19-
"jupyterlite-core >=0.2,<0.3",
19+
"jupyterlite-core >=0.2,<0.4",
2020
"nbformat",
2121
"sphinx>=4",
2222
]

0 commit comments

Comments
 (0)