File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ install:
2424 - conda info -a
2525 - conda install pytest -c conda-forge
2626 - cd test
27- - conda install xtensor==0.2.2 pytest numpy pybind11==2.0.0 -c conda-forge
27+ - conda install xtensor==0.3.0 pytest numpy pybind11==2.0.0 -c conda-forge
2828 - xcopy /S %APPVEYOR_BUILD_FOLDER%\include %MINICONDA%\include
2929
3030build_script :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ install:
5959 # Useful for debugging any issues with conda
6060 - conda info -a
6161 - cd test
62- - conda install xtensor==0.2.2 pytest numpy pybind11==2.0.0 -c conda-forge
62+ - conda install xtensor==0.3.0 pytest numpy pybind11==2.0.0 -c conda-forge
6363 - cp -r $TRAVIS_BUILD_DIR/include/* $HOME/miniconda/include/
6464
6565script :
You can’t perform that action at this time.
0 commit comments