Skip to content

Commit

Permalink
Pin pyjs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Aug 26, 2024
1 parent 63d6c5f commit 2c65448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterlite_xeus/create_conda_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def create_conda_env_from_env_file(root_prefix, env_file_content, env_file_locat
# Force Python 3.11
if "python" in str(specs):
specs.append("python=3.11")
specs.append("pyjs=2.2.1=py311h37c3baf")

create_conda_env_from_specs(
env_name=env_name,
Expand Down

0 comments on commit 2c65448

Please sign in to comment.