Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit e38485c

Browse files
committed
Update empack
1 parent 1d4fb17 commit e38485c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/build-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ dependencies:
88
- pip
99
- click
1010
- typer
11-
- pydata-sphinx-theme
11+
- pydata-sphinx-theme=0.10
1212
- yarn
1313
- jupyterlab
14-
- empack >=2.0.8,<3
14+
- empack >=2.0.9,<3
1515
- pip:
1616
- jupyterlite==0.1.0b18
1717
- jupyterlite-sphinx

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- typer
1111
- pytest
1212
- emsdk >=3.1.11
13-
- empack >=2.0.8,<3
13+
- empack >=2.0.9,<3
1414
- pip:
1515
- jupyterlite

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1", "empack>=2.0.8,<3"]
2+
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1", "empack>=2.0.9,<3"]
33
build-backend = "jupyter_packaging.build_api"
44

55
[tool.jupyter-packaging.options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"traitlets",
6262
"jupyterlite",
6363
"requests",
64-
"empack>=2.0.8,<3",
64+
"empack>=2.0.9,<3",
6565
"typer",
6666
],
6767
zip_safe=False,

0 commit comments

Comments
 (0)