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

Commit

Permalink
Install pydantic separately
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsavelyev committed Sep 13, 2024
1 parent 8bf7160 commit 71b86b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions public/run_deps/pyodideWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ async function loadAndRunPython() {
console.log("colormath installed successfully");
await micropip.install("/run_deps/spectra-0.0.11-py3-none-any.whl");
console.log("spectra installed successfully");
await micropip.install("pydantic-core");
console.log("pydantic-core installed successfully");

// Now we want to install multiqc with all other dependencies _except_ kaleido,
// which is not needed for the browser-based setup, and it doesn't have
Expand Down
2 changes: 1 addition & 1 deletion src/multiqc_releases.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"latest":"v1.23","latest_published_at":"2024-07-09T18:04:00Z"}
{"latest":"v1.24.1","latest_published_at":"2024-08-21T11:27:14Z"}

0 comments on commit 71b86b2

Please sign in to comment.