Skip to content

Commit

Permalink
chore: increase try-it version of Awkward to 2.6.4 (#3279)
Browse files Browse the repository at this point in the history
* chore: increase try-it version of Awkward to 2.6.4

* Pyodide 0.26.3, awkward-cpp 33, awkward 2.6.4 all go together
  • Loading branch information
jpivarski authored Nov 7, 2024
1 parent 9bab117 commit cf41b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_static/try-it.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

async function main() {
let indexURL = "https://cdn.jsdelivr.net/pyodide/v0.25.0/full/";
let indexURL = "https://cdn.jsdelivr.net/pyodide/v0.26.3/full/";
const urlParams = new URLSearchParams(window.location.search);
const buildParam = urlParams.get("build");
if (buildParam) {
Expand Down Expand Up @@ -272,7 +272,7 @@
import micropip
import asyncio
loop = asyncio.get_event_loop()
loop.run_until_complete(micropip.install("awkward==2.5.0"))
loop.run_until_complete(micropip.install("awkward==2.6.4"))
`,
{ globals: namespace },
).then(function() {
Expand Down

0 comments on commit cf41b65

Please sign in to comment.