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

Commit

Permalink
Update empack to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Aug 3, 2022
1 parent c8ec9b2 commit 86fefea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions jupyterlite_xeus_python/env_build_addon.py
Expand Up @@ -8,7 +8,7 @@

from traitlets import List, Unicode

from empack.file_packager import pack_python_core
from empack.file_packager import pack_environment

from jupyterlite.constants import (
SHARE_LABEXTENSIONS,
Expand Down Expand Up @@ -124,10 +124,9 @@ def post_build(self, manager):
self.create_env()

# Pack the environment
pack_python_core(
self.prefix_path,
pack_environment(
env_prefix=self.prefix_path,
outname=Path(self.cwd.name) / "python_data",
version=PYTHON_VERSION,
export_name="globalThis.Module",
download_emsdk="latest",
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@
"traitlets",
"jupyterlite",
"requests",
"empack>=0.7.0",
"empack>=0.8.2",
],
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit 86fefea

Please sign in to comment.