Skip to content

Commit 5be3646

Browse files
committed
lite: pyodide 0.20.0
1 parent c87cace commit 5be3646

File tree

2 files changed

+1
-5
lines changed
  • lite/jupyterlite-robotkernel

2 files changed

+1
-5
lines changed

lite/jupyterlite-robotkernel/packages/robolite-kernel-extension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as kernelIcon from '!!file-loader!../style/robotframework.png';
1212
/**
1313
* The default CDN fallback for Pyodide
1414
*/
15-
const PYODIDE_CDN_URL = 'https://cdn.jsdelivr.net/pyodide/v0.19.1/full/pyodide.js';
15+
const PYODIDE_CDN_URL = 'https://cdn.jsdelivr.net/pyodide/v0.20.0/full/pyodide.js';
1616

1717
/**
1818
* The id for the extension, and key in the litePlugins.

lite/jupyterlite-robotkernel/py_src/jupyterlite_robotkernel/addons/wheels.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,4 @@
5454
"https://files.pythonhosted.org/packages/py3/t/terminado/terminado-0.15.0-py3-none-any.whl",
5555
"https://files.pythonhosted.org/packages/py3/t/tinycss2/tinycss2-1.1.1-py3-none-any.whl",
5656
"https://files.pythonhosted.org/packages/py3/t/traitlets/traitlets-5.2.1.post0-py3-none-any.whl"
57-
<<<<<<< HEAD
5857
]
59-
=======
60-
]
61-
>>>>>>> efde4d0 (lite: robotframework 5.0.1, robotkernel >= 1.6rc1)

0 commit comments

Comments
 (0)