Skip to content

Commit

Permalink
Merge pull request #174 from SylvainCorlay/update-xeus
Browse files Browse the repository at this point in the history
Update to xeus 0.23.3
  • Loading branch information
SylvainCorlay committed Jan 8, 2020
2 parents a1d7c6e + 794283e commit 373c0f1
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.21.1 cppzmq=4.3.0 xproperty=0.8.1 nlohmann_json=3.6.1 -c conda-forge
- conda install xeus=0.23.3 cppzmq=4.3.0 xproperty=0.8.1 nlohmann_json -c conda-forge
# Install build dependencies
- conda install gtest cmake -c conda-forge
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=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.21.1 cppzmq=4.3.0 xproperty=0.8.1 nlohmann_json=3.6.1 -c conda-forge
- conda install xeus=0.23.3 cppzmq=4.3.0 xproperty=0.8.1 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.5,<0.7 | >=0.8.1,<0.9 | >=0.21.1,<0.22 | >=3.6.1,<4.0 |
| master | ^3.0.0 | >=0.6.5,<0.7 | >=0.8.1,<0.9 | >=0.21.1,<0.24 | >=3.6.1,<4.0 |
| 0.19.0 | ^3.0.0 | >=0.6.5,<0.7 | >=0.8.1,<0.9 | >=0.21.1,<0.22 | >=3.6.1,<4.0 |
| 0.18.0 | ^3.0.0 | >=0.6.5,<0.7 | >=0.8.1,<0.9 | >=0.20.0,<0.21 | >=3.6.1,<4.0 |
| 0.17.0 | ^3.0.0 | >=0.6.1,<0.7 | >=0.8.1,<0.9 | >=0.19.1,<0.20 | >=3.5.0,<4.0 |
Expand Down

0 comments on commit 373c0f1

Please sign in to comment.