File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install:
33
33
- conda update -q conda
34
34
- conda info -a
35
35
# 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
37
37
# Install build dependencies
38
38
- conda install cmake -c conda-forge
39
39
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DDOWNLOAD_GTEST=ON .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install:
18
18
- conda config --set always_yes yes --set changeps1 no
19
19
- conda update -q conda
20
20
# 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
22
22
# Install build dependencies
23
23
- conda install gtest cmake -c conda-forge
24
24
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ message(STATUS "xwebrtc binary version: v${XWEBRTC_BINARY_VERSION}")
60
60
# Dependencies
61
61
# ============
62
62
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)
67
67
68
68
# Source files
69
69
# ============
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
# Widgets
6
- - xwebrtc=0.6 .0
7
- - xwidgets=0.23 .0
6
+ - xwebrtc=0.7 .0
7
+ - xwidgets=0.26 .0
8
8
- widgetsnbextension >=3.0.0
9
- - ipywebrtc=0.4.1
9
+ - ipywebrtc=0.6.0
10
10
# Xtensor
11
- - xtensor-io=0.9.0
11
+ - xtensor-io=0.12.9
12
12
- xtensor-fftw=0.2.6
13
13
# C++ kernel
14
- - xeus-cling=0.10 .0
14
+ - xeus-cling=0.13 .0
You can’t perform that action at this time.
0 commit comments