Skip to content

Commit

Permalink
Allow newer arviz in pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Nov 19, 2024
1 parent a8f439c commit 221b463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/app/Scripting/pyodide/pyodideWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const run = async (
packageFutures.push(pyodide.loadPackage("matplotlib"));

if (script.includes("arviz")) {
packageFutures.push(micropip.install("arviz<0.18"));
packageFutures.push(micropip.install("arviz"));
}
}
packageFutures.push(micropip.install("stanio"));
Expand Down

0 comments on commit 221b463

Please sign in to comment.