Skip to content

Commit

Permalink
Missing build number
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Aug 26, 2024
1 parent 441fa5c commit ccb968b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlite_xeus/create_conda_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def create_conda_env_from_env_file(root_prefix, env_file_content, env_file_locat
# Force some build versions - This is a temporary watchdog for not pulling Python 3.12 packages that we don't support
if "python" in str(specs):
specs.append("python=3.11")
specs.append("pyjs=2.2.1=py311h37c3baf")
specs.append("pyjs=2.2.1=py311h37c3baf_0")
specs.append("emscripten-abi=3.1.45")

create_conda_env_from_specs(
Expand Down

0 comments on commit ccb968b

Please sign in to comment.