Skip to content

Commit bf756f7

Browse files
Merge pull request xtensor-stack#65 from SylvainCorlay/upgrade-dependencies
Upgrade dependencies in CI
2 parents 05e9511 + 1fab596 commit bf756f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- conda update -q conda
2424
- conda info -a
2525
- conda install gtest cmake -c conda-forge
26-
- conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
26+
- conda install xtensor==0.8.3 pytest numpy pybind11==2.1.1 -c conda-forge
2727
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DBUILD_TESTS=ON .
2828
- nmake test_xtensor_python
2929
- nmake install

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ install:
8181
- conda update -q conda
8282
# Useful for debugging any issues with conda
8383
- conda info -a
84-
- conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
84+
- conda install xtensor==0.8.3 pytest numpy pybind11==2.1.1 -c conda-forge
8585
- cd test
8686
- conda env create -f ./test-environment.yml
8787
- source activate test-xtensor-python

0 commit comments

Comments
 (0)