Skip to content

Commit b90be7b

Browse files
authored
Relax jupyterlite-core and jupyterlite-xeus dependencies (#238)
* Relax upper bound * Update dev-environment.yml
1 parent 58a5e3c commit b90be7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- pip
66
- jupyter_server
77
- jupyterlab_server
8-
- jupyterlite-core >=0.3,<0.4
8+
- jupyterlite-core >=0.3,<0.6
99
- jupytext
1010
- pydata-sphinx-theme
1111
- micromamba
@@ -16,4 +16,4 @@ dependencies:
1616
- voici
1717
- pip:
1818
- .
19-
- jupyterlite-xeus >=0.2.0a0
19+
- jupyterlite-xeus >=2.1.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.5",
19+
"jupyterlite-core >=0.2,<0.6",
2020
"jupytext",
2121
"nbformat",
2222
"sphinx>=4",
@@ -30,7 +30,7 @@ dev = [
3030
docs = [
3131
"myst_parser",
3232
"pydata-sphinx-theme",
33-
"jupyterlite-xeus>=0.1.8,<0.3.0",
33+
"jupyterlite-xeus>=0.1.8,<4",
3434
]
3535

3636
[tool.hatch.version]

0 commit comments

Comments
 (0)