Skip to content

Commit 51e4894

Browse files
authored
Depend on jupyterlite-core (#89)
* Depend on `jupyterlite-core` * Add `allow-direct-references` * Update to `jupyterlite-core>=0.1.0b19` * Add as `federated_extensions` * Remove `piplite` extra
1 parent 11f65ac commit 51e4894

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

dev-environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ dependencies:
1010
- sphinx
1111
- black
1212
- pip:
13-
- jupyterlite
13+
- jupyterlite-core==0.1.0b19
14+

docs/jupyter_lite_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-1.1.1-pyhd8ed1ab_0.tar.bz2",
1717
"https://conda.anaconda.org/conda-forge/noarch/plotly-5.6.0-pyhd8ed1ab_0.tar.bz2",
1818
"https://conda.anaconda.org/conda-forge/noarch/theme-darcula-3.1.1-pyh3684270_0.tar.bz2",
19-
"https://github.com/jupyterlite/p5-kernel/releases/download/v0.1.0a12/jupyterlite_p5_kernel-0.1.0a12-py3-none-any.whl"
19+
"https://github.com/jupyterlite/p5-kernel/releases/download/v0.1.0a12/jupyterlite_p5_kernel-0.1.0a12-py3-none-any.whl",
20+
"https://github.com/jupyterlite/pyodide-kernel/releases/download/v0.0.5/jupyterlite_pyodide_kernel-0.0.5-py3-none-any.whl"
2021
],
2122
"ignore_sys_prefix": true
2223
},

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ dependencies = [
1616
"docutils",
1717
"jupyter_server",
1818
"jupyterlab_server",
19-
"jupyterlite[piplite]",
19+
"jupyterlite-core >=0.1.0b19",
2020
"sphinx>=4",
2121
]
2222

23+
[tool.hatch.metadata]
24+
allow-direct-references = true
25+
2326
[tool.hatch.version]
2427
path = "jupyterlite_sphinx/__init__.py"
2528

0 commit comments

Comments
 (0)