Skip to content

Commit

Permalink
Merge pull request #219 from JohanMabille/upgrade_xeus
Browse files Browse the repository at this point in the history
Upgrade to xeus 1.0
  • Loading branch information
JohanMabille committed Jan 22, 2021
2 parents 31cc99c + bdd415c commit ebebbb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.25.0 cppzmq xproperty=0.10.0 nlohmann_json -c conda-forge
- conda install xeus=1.0.0 cppzmq xproperty=0.11.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 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.26 | >=3.6.1,<4.0 |
| master | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=1.0,<2.0 | >=3.6.1,<4.0 |
| 0.24.2 | ^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.1 | ^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 |
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
# Build dependencies
- cmake
# Host dependencies
- xeus=0.25.0
- xeus=1.0.0
- cppzmq
- xproperty=0.10.0
- xproperty=0.11.0
- nlohmann_json

0 comments on commit ebebbb0

Please sign in to comment.