From f7389906d7b8c84c3246a1c958927cf631a9854c Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Fri, 28 May 2021 21:24:43 +0200 Subject: [PATCH 1/3] Upgraded to xeus 1.0.2 --- .appveyor.yml | 2 +- environment-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b739518f..29169910 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,7 +27,7 @@ install: - conda update -q conda - conda info -a # Host dependencies - - conda install xeus=1.0.1 nlohmann_json cppzmq xtl pybind11=2.6.0 pybind11_json=0.2.8 gtest=1.8.0 debugpy ipython=7.14.0 -c conda-forge + - conda install xeus=1.0.2 nlohmann_json cppzmq xtl pybind11=2.6.0 pybind11_json=0.2.8 gtest=1.8.0 debugpy ipython=7.14.0 -c conda-forge # Build dependencies - conda install cmake -c conda-forge # Build and install xeus-python diff --git a/environment-dev.yml b/environment-dev.yml index 869090de..8ed054d0 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -5,7 +5,7 @@ dependencies: # Build dependencies - cmake # Host dependencies - - xeus=1.0.1 + - xeus=1.0.2 - nlohmann_json - cppzmq - xtl>=0.7, <0.8 From 147f1231724383caf34e37b2df9e8be0f6b9dde3 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Sat, 29 May 2021 00:51:34 +0200 Subject: [PATCH 2/3] Triggers CI From 813bad53e4a1199b03e77da836570c5c99a4bed4 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Sat, 29 May 2021 08:08:27 +0200 Subject: [PATCH 3/3] Triggers CI