Skip to content

Commit d800243

Browse files
committed
Use xtensor 0.7.3
1 parent dfaf279 commit d800243

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
@@ -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

3030
build_script:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6565
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)