Skip to content

Commit

Permalink
Upgraded to xeus 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 21, 2021
1 parent 5907ba2 commit e6f2eb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- conda update -q conda
- conda info -a
# Install dependencies
- conda install cmake dirent xeus=0.25.3 cling=0.8 clangdev=5 llvmdev=5 nlohmann_json cppzmq xtl pugixml cxxopts=2.1.2 -c conda-forge
- conda install cmake dirent xeus=1.0.0 cling=0.8 clangdev=5 llvmdev=5 nlohmann_json cppzmq xtl=0.7.0 pugixml cxxopts=2.1.2 -c conda-forge
# Build and install xeus-cling
- mkdir build
- cd build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ add_definitions(-DLLVM_DIR="${LLVM_BINARY_DIR}")
# Dependencies #
################

set(xeus_REQUIRED_VERSION 0.21.1)
set(xeus_REQUIRED_VERSION 1.0.0)
set(cppzmq_REQUIRED_VERSION 4.3.0)

find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ A C++ backend for the Jupyter interactive widgets is available in the [`xwidgets

| `xeus-cling` | `xeus` | `xtl` | `cling` | `pugixml` | `cppzmq` | `cxxopts` | `nlohmann_json` | `dirent` (windows only) |
|--------------|-----------------|-----------------|---------------|---------------|----------|---------------|-----------------|-------------------------|
| master | >=0.24.0,<0.26 | >=0.6.23,<0.7 | >=0.6,<0.9 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=2.2 | >=3.6.1,<4.0 | >=2.3.2,<3 |
| master | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.9 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=2.2 | >=3.6.1,<4.0 | >=2.3.2,<3 |
| 0.11.0 | >=0.24.0,<0.26 | >=0.6.23,<0.7 | >=0.6,<0.9 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=2.2 | >=3.6.1,<4.0 | >=2.3.2,<3 |
| 0.10.1 | >=0.24.0,<0.26 | >=0.6.23,<0.7 | >=0.6,<0.8 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=2.2 | >=3.6.1,<4.0 | >=2.3.2,<3 |
| 0.10.0 | >=0.24.0,<0.25 | >=0.6.5,<0.7 | >=0.6,<0.8 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.6.1,<4.0 | >=2.3.2,<3 |
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ dependencies:
# Build dependencies
- cmake
# Host dependencies
- xeus=0.25.3
- xeus=1.0.0
- cling=0.8
- clangdev=5
- llvmdev=5
- nlohmann_json
- cppzmq
- xtl
- xtl=0.7.0
- pugixml
- cxxopts=2.1.2
# Test dependencies
Expand Down

0 comments on commit e6f2eb1

Please sign in to comment.