Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Dec 21, 2023
1 parent 30d1ed3 commit 9cfc0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kernel/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ async function loadPyodideAndPackages() {
// NOTE: It's important to install the requirements before loading the streamlit package
// because it allows users to specify the versions of Streamlit's dependencies via requirements.txt
// before these versions are automatically resolved by micropip when installing Streamlit.
// Also, this must be after restoring the snapshot because the snapshot may contain the site-packages.
if (requirements.length > 0) {
postProgressMessage("Installing the requirements.");
console.debug("Installing the requirements:", requirements);
Expand Down

0 comments on commit 9cfc0ff

Please sign in to comment.