From 71b86b21bfde634074088c2aa533deb6268ef5a0 Mon Sep 17 00:00:00 2001 From: vladsaveliev Date: Fri, 13 Sep 2024 10:25:15 +0200 Subject: [PATCH] Install pydantic separately --- public/run_deps/pyodideWorker.js | 2 ++ src/multiqc_releases.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/run_deps/pyodideWorker.js b/public/run_deps/pyodideWorker.js index fe91ee0..ab2b5c9 100644 --- a/public/run_deps/pyodideWorker.js +++ b/public/run_deps/pyodideWorker.js @@ -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 diff --git a/src/multiqc_releases.json b/src/multiqc_releases.json index f2db46e..4e80120 100644 --- a/src/multiqc_releases.json +++ b/src/multiqc_releases.json @@ -1 +1 @@ -{"latest":"v1.23","latest_published_at":"2024-07-09T18:04:00Z"} \ No newline at end of file +{"latest":"v1.24.1","latest_published_at":"2024-08-21T11:27:14Z"} \ No newline at end of file