Skip to content

Commit 93e5de1

Browse files
committed
Update to xeus 2.0
1 parent 5444550 commit 93e5de1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
- conda update -q conda
3434
- conda info -a
3535
# Install host dependencies
36-
- conda install cppzmq xproperty xwidgets=0.24.1 -c conda-forge
36+
- conda install cppzmq xproperty xwidgets=0.26 -c conda-forge
3737
# Install build dependencies
3838
- conda install cmake -c conda-forge
3939
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DDOWNLOAD_GTEST=ON .

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- conda config --set always_yes yes --set changeps1 no
1919
- conda update -q conda
2020
# Install host dependencies
21-
- conda install cppzmq xproperty xwidgets=0.24.1 -c conda-forge
21+
- conda install cppzmq xproperty xwidgets=0.26 -c conda-forge
2222
# Install build dependencies
2323
- conda install gtest cmake -c conda-forge
2424
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ message(STATUS "xwebrtc binary version: v${XWEBRTC_BINARY_VERSION}")
6060
# Dependencies
6161
# ============
6262

63-
find_package(cppzmq 4.3.0 REQUIRED)
64-
find_package(xtl 0.6.8 REQUIRED)
65-
find_package(xeus 0.24.1 REQUIRED)
66-
find_package(xwidgets 0.23.0 REQUIRED)
63+
find_package(cppzmq 4.7.0 REQUIRED)
64+
find_package(xtl 0.7.2 REQUIRED)
65+
find_package(xeus 2.0.0 REQUIRED)
66+
find_package(xwidgets 0.26.0 REQUIRED)
6767

6868
# Source files
6969
# ============

environment.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ channels:
33
- conda-forge
44
dependencies:
55
# Widgets
6-
- xwebrtc=0.6.0
7-
- xwidgets=0.23.0
6+
- xwebrtc=0.7.0
7+
- xwidgets=0.26.0
88
- widgetsnbextension >=3.0.0
9-
- ipywebrtc=0.4.1
9+
- ipywebrtc=0.6.0
1010
# Xtensor
11-
- xtensor-io=0.9.0
11+
- xtensor-io=0.12.9
1212
- xtensor-fftw=0.2.6
1313
# C++ kernel
14-
- xeus-cling=0.10.0
14+
- xeus-cling=0.13.0

0 commit comments

Comments
 (0)