Skip to content

Commit

Permalink
Pin emscripten abi (#114)
Browse files Browse the repository at this point in the history
* Pin pyjs

* Pin emscripten

* Missing build number

* Try

* Again
  • Loading branch information
martinRenou authored Aug 26, 2024
1 parent 63d6c5f commit 6730e24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jupyterlite_xeus/create_conda_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ def create_conda_env_from_env_file(root_prefix, env_file_content, env_file_locat

# get the specs
specs, pip_dependencies = _extract_specs(env_file_location, env_file_content)
# Force Python 3.11
if "python" in str(specs):
specs.append("python=3.11")
# Force emscripten version
specs.append("emscripten-abi=3.1.45")

create_conda_env_from_specs(
env_name=env_name,
Expand Down

0 comments on commit 6730e24

Please sign in to comment.