Skip to content

Commit

Permalink
Merge pull request #451 from JohanMabille/upgrade
Browse files Browse the repository at this point in the history
Upgraded to xeus 1.0.2
  • Loading branch information
JohanMabille authored May 29, 2021
2 parents 31f66d5 + 813bad5 commit 07c797f
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 @@ -27,7 +27,7 @@ install:
- conda update -q conda
- conda info -a
# Host dependencies
- conda install xeus=1.0.1 nlohmann_json cppzmq xtl pybind11=2.6.0 pybind11_json=0.2.8 gtest=1.8.0 debugpy ipython=7.14.0 -c conda-forge
- conda install xeus=1.0.2 nlohmann_json cppzmq xtl pybind11=2.6.0 pybind11_json=0.2.8 gtest=1.8.0 debugpy ipython=7.14.0 -c conda-forge
# Build dependencies
- conda install cmake -c conda-forge
# Build and install xeus-python
Expand Down
2 changes: 1 addition & 1 deletion 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=1.0.1
- xeus=1.0.2
- nlohmann_json
- cppzmq
- xtl>=0.7, <0.8
Expand Down

0 comments on commit 07c797f

Please sign in to comment.