Skip to content

Commit d15c55e

Browse files
committed
updated xtensor to 0.13.1
1 parent 0147cd4 commit d15c55e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.13.0 pytest numpy pybind11==2.2.1 -c conda-forge
26+
- conda install xtensor==0.13.1 pytest numpy pybind11==2.2.1 -c conda-forge
2727
- "set PYTHONHOME=%MINICONDA%"
2828
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
2929
- nmake test_xtensor_python

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ install:
9595
- conda update -q conda
9696
# Useful for debugging any issues with conda
9797
- conda info -a
98-
- conda install xtensor==0.13.0 pytest numpy pybind11==2.2.1 -c conda-forge
98+
- conda install xtensor==0.13.1 pytest numpy pybind11==2.2.1 -c conda-forge
9999
- conda install cmake gtest -c conda-forge
100100
- cmake -D BUILD_TESTS=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda .
101101
- make -j2 test_xtensor_python

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ from the `docs` subdirectory.
191191

192192
| `xtensor-python` | `xtensor` | `pybind11` |
193193
|------------------|-----------|------------------|
194-
| master | ^0.13.0 | ~2.1.0 or ~2.2.1 |
194+
| master | ^0.13.1 | ~2.1.0 or ~2.2.1 |
195195
| 0.14.x | ^0.12.0 | ~2.1.0 or ~2.2.1 |
196196
| 0.13.x | ^0.11.0 | ~2.1.0 or ~2.2.1 |
197197
| 0.12.x | ^0.10.2 | 2.1.\* |

0 commit comments

Comments
 (0)