Skip to content

Commit

Permalink
Merge pull request #93 from SylvainCorlay/update-xeus-xwidgets
Browse files Browse the repository at this point in the history
Update xeus and xwidgets
  • Loading branch information
SylvainCorlay committed Nov 18, 2020
2 parents 8ce3752 + 7629d05 commit f8a33b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- conda info -a
# Install host dependencies
- conda install mamba -c conda-forge
- mamba install xeus=0.24.2 cppzmq xproperty xwidgets=0.23.0 xtensor -c conda-forge
- mamba install xeus=0.25.0 cppzmq xproperty xwidgets=0.24.0 xtensor -c conda-forge
# Install test dependencies
- mamba install pybind11=2.4 pybind11_json=0.2.2 ipyleaflet=0.13.0 -c conda-forge
# Install build dependencies
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- conda update -q conda
# Install host dependencies
- conda install mamba -c conda-forge
- mamba install xeus=0.24.2 cppzmq xproperty xwidgets=0.23.0 xtensor -c conda-forge
- mamba install xeus=0.25.0 cppzmq xproperty xwidgets=0.24.0 xtensor -c conda-forge
# Install test dependencies
- mamba install pybind11=2.4 pybind11_json=0.2.2 ipyleaflet=0.13.0 -c conda-forge
# Install build dependencies
Expand Down

0 comments on commit f8a33b2

Please sign in to comment.