File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.7.2 pytest numpy pybind11==2.0.1 -c conda-forge
27+ - conda install xtensor==0.7.3 pytest numpy pybind11==2.0.1 -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.7.2 pytest numpy pybind11==2.0.1 -c conda-forge
62+ - conda install xtensor==0.7.3 pytest numpy pybind11==2.0.1 -c conda-forge
6363 - cp -r $TRAVIS_BUILD_DIR/include/* $HOME/miniconda/include/
6464
6565script :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ conda install -c conda-forge xtensor-python
3030
3131| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
3232| -------------------| ------------| -------------|
33- | master | 0.7.2 | ^2.0.0 |
33+ | master | 0.7.3 | ^2.0.0 |
3434| 0.7.0 | 0.7.2 | ^2.0.0 |
3535| 0.6.1 | 0.7.1 | ^2.0.0 |
3636| 0.6.0 | 0.7.1 | ^2.0.0 |
You can’t perform that action at this time.
0 commit comments