Skip to content

Commit c58c06b

Browse files
committed
update xtl, xeus, and xtensor
1 parent 2aeeef6 commit c58c06b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
- conda update -q conda
3030
- conda info -a
3131
# Install host dependencies
32-
- conda install xeus=0.18.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.16.1 -c conda-forge
32+
- conda install xeus=0.19.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.17.0 -c conda-forge
3333
# Install build dependencies
3434
- conda install gtest cmake -c conda-forge
3535
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=ON .

.travis.yml

Lines changed: 1 addition & 1 deletion
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 xeus=0.18.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.16.1 -c conda-forge
21+
- conda install xeus=0.19.1 cppzmq=4.3.0 xproperty=0.8.1 xwidgets=0.17.0 -c conda-forge
2222
# Install build dependencies
2323
- conda install cmake
2424
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ message(STATUS "xplot binary version: v${XPLOT_BINARY_VERSION}")
7373
# ============
7474

7575
find_package(cppzmq 4.3.0 REQUIRED)
76-
find_package(xtl 0.5.2 REQUIRED)
77-
find_package(xeus 0.18.1 REQUIRED)
78-
find_package(xwidgets 0.16.1 REQUIRED)
76+
find_package(xtl 0.6.3 REQUIRED)
77+
find_package(xeus 0.19.1 REQUIRED)
78+
find_package(xwidgets 0.17.0 REQUIRED)
7979

8080
# Source files
8181
# ============

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ All the dependencies of xplot are available for the conda package manager.
7979

8080
| `xplot` | `xwidgets` | `xeus` |
8181
|---------|-------------|-----------------|
82-
| master | ~0.16.1 | >=0.18.1,<0.19 |
82+
| master | ~0.17.0 | >=0.19.1,<0.20 |
8383
| 0.11.1 | ~0.16.1 | >=0.18.1,<0.19 |
8484
| 0.11.0 | ~0.16.0 | >=0.18.1,<0.19 |
8585
| 0.10.0 | ~0.15.0 | >=0.17.0,<0.18 |

0 commit comments

Comments
 (0)