Skip to content

Commit

Permalink
Merge pull request #214 from SylvainCorlay/update-xeus
Browse files Browse the repository at this point in the history
Update xeus to 0.25 in tests
  • Loading branch information
SylvainCorlay committed Nov 18, 2020
2 parents ea66b90 + abf6b12 commit e5712d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- conda update -q conda
- conda info -a
# Install host dependencies
- conda install xeus=0.24.2 cppzmq xproperty=0.10.0 nlohmann_json -c conda-forge
- conda install xeus=0.25.0 cppzmq xproperty=0.10.0 nlohmann_json -c conda-forge
# Install build dependencies
- conda install cmake -c conda-forge
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DDOWNLOAD_GTEST=ON .
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Install host dependencies
- conda install xeus=0.24.2 cppzmq xproperty=0.10.0 nlohmann_json -c conda-forge
- conda install xeus=0.25.0 cppzmq xproperty=0.10.0 nlohmann_json -c conda-forge
# Install build dependencies
- conda install cmake -c conda-forge
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ All the dependencies of xwidgets are available for the conda package manager.

| `xwidgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` |
|------------|-----------------------|-----------------|----------------|-----------------|-----------------|
| master | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| master | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.26 | >=3.6.1,<4.0 |
| 0.24.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.23.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.22.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
Expand Down

0 comments on commit e5712d5

Please sign in to comment.