Skip to content

Commit

Permalink
maint: point to wheels compiled with emscripten 3.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Feb 13, 2024
1 parent 694959d commit 7743e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/01-intro-to-python-vizier-and-ipyaladin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"source": [
"import micropip, http.client, pyodide_http\n",
"await micropip.install([\"ssl\",\"https://files.pythonhosted.org/packages/c3/c8/d74794dff5c6802994d3dfe506d691d9e0ff3e6b2f34df577899685b2617/astroquery-0.4.7.dev9008-py3-none-any.whl\",\n",
" \"https://rawcdn.githack.com/cds-astro/jupyterlite/88f05119a3c0f6c37c0c5475666d4bd9e0bd8a69/content/pyodide/wheels/cdshealpix-0.6.5-cp311-cp311-emscripten_3_1_45_wasm32.whl\",\n",
" \"https://rawcdn.githack.com/cds-astro/jupyterlite/88f05119a3c0f6c37c0c5475666d4bd9e0bd8a69/content/pyodide/wheels/mocpy-0.13.1-cp311-cp311-emscripten_3_1_45_wasm32.whl\"])\n",
" \"https://rawcdn.githack.com/cds-astro/jupyterlite/694959d589c22b94e3f1f03c2427980fd6c88699/content/pyodide/wheels/cdshealpix-0.6.5-cp310-cp310-emscripten_3_1_46_wasm32.whl\",\n",
" \"https://rawcdn.githack.com/cds-astro/jupyterlite/694959d589c22b94e3f1f03c2427980fd6c88699/content/pyodide/wheels/mocpy-0.13.1-cp310-cp310-emscripten_3_1_46_wasm32.whl\"])\n",
"pyodide_http.patch_all()\n",
"from importlib import reload\n",
"reload(http.client);"
Expand Down
4 changes: 2 additions & 2 deletions content/02-mocpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"source": [
"import micropip\n",
"# cdshealpix and mocpy install\n",
"await micropip.install([\"https://rawcdn.githack.com/cds-astro/jupyterlite/88f05119a3c0f6c37c0c5475666d4bd9e0bd8a69/content/pyodide/wheels/cdshealpix-0.6.5-cp311-cp311-emscripten_3_1_45_wasm32.whl\",\n",
" \"https://rawcdn.githack.com/cds-astro/jupyterlite/88f05119a3c0f6c37c0c5475666d4bd9e0bd8a69/content/pyodide/wheels/mocpy-0.13.1-cp311-cp311-emscripten_3_1_45_wasm32.whl\"])"
"await micropip.install([\"https://rawcdn.githack.com/cds-astro/jupyterlite/694959d589c22b94e3f1f03c2427980fd6c88699/content/pyodide/wheels/cdshealpix-0.6.5-cp310-cp310-emscripten_3_1_46_wasm32.whl\",\n",
" \"https://rawcdn.githack.com/cds-astro/jupyterlite/694959d589c22b94e3f1f03c2427980fd6c88699/content/pyodide/wheels/mocpy-0.13.1-cp310-cp310-emscripten_3_1_46_wasm32.whl\"])"
]
},
{
Expand Down

0 comments on commit 7743e41

Please sign in to comment.