From 32f396785805a77568ae2eb0806334a4edb84448 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 8 Jun 2020 13:21:03 +0200 Subject: [PATCH] Unpin xeus --- .github/workflows/tests.yml | 2 +- README.md | 6 +++--- binder/environment.yml | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5684c4a7..bd6ec206 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: conda init bash conda info -a - name: Create the conda environment - run: conda create -n jupyterlab-debugger --yes --quiet -c conda-forge nodejs jupyterlab=2 xeus=0.24.0 xeus-python=0.8.0 ptvsd python=$PYTHON_VERSION + run: conda create -n jupyterlab-debugger --yes --quiet -c conda-forge nodejs jupyterlab=2 xeus-python=0.8.0 ptvsd python=$PYTHON_VERSION env: PYTHON_VERSION: '3.8' diff --git a/README.md b/README.md index eaddae19..c925849e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A JupyterLab debugger UI extension. This extension is under active development. ## Prerequisites - JupyterLab 2.0+ -- xeus-python 0.7.1+ +- xeus-python 0.8.0+ - notebook 6+ ## Installation @@ -21,7 +21,7 @@ A kernel with support for debugging is required to be able to use the debugger. It is generally recommended to create a new `conda` environment to install the dependencies: ```bash -conda create -n jupyterlab-debugger -c conda-forge xeus=0.24.0 xeus-python=0.8.0 notebook=6 jupyterlab=2 ptvsd nodejs +conda create -n jupyterlab-debugger -c conda-forge xeus-python=0.8.0 notebook=6 jupyterlab=2 ptvsd nodejs conda activate jupyterlab-debugger ``` @@ -49,7 +49,7 @@ Enable the debugger, set breakpoints and step into the code: ```bash # Create a new conda environment -conda create -n jupyterlab-debugger -c conda-forge nodejs xeus=0.23.14 xeus-python=0.7.1 ptvsd jupyterlab=2 +conda create -n jupyterlab-debugger -c conda-forge nodejs xeus-python=0.8.0 ptvsd jupyterlab=2 # Activate the conda environment conda activate jupyterlab-debugger diff --git a/binder/environment.yml b/binder/environment.yml index ad2f7457..51d0dcc1 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,4 +8,3 @@ dependencies: - notebook=6 - ptvsd - xeus-python=0.8.0 -- xeus=0.24.0