瀏覽代碼

Upgraded to xeus-python 0.6.7

Johan Mabille 5 年之前
父節點
當前提交
a86e9031fa
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      azure-pipelines.yml
  2. 1 1
      binder/environment.yml

+ 1 - 1
azure-pipelines.yml

@@ -16,7 +16,7 @@ steps:
 
 - bash: |
     source activate jupyterlab-debugger
-    conda install --yes --quiet -c conda-forge nodejs xeus-python=0.6.6 ptvsd python=$PYTHON_VERSION
+    conda install --yes --quiet -c conda-forge nodejs xeus-python=0.6.7 ptvsd python=$PYTHON_VERSION
     python -m pip install -U --pre jupyterlab
   displayName: Install dependencies
 

+ 1 - 1
binder/environment.yml

@@ -6,4 +6,4 @@ dependencies:
 - nodejs
 - notebook=6
 - ptvsd
-- xeus-python=0.6.6
+- xeus-python=0.6.7