Skip to content

Commit 00eb0ce

Browse files
authored
Merge pull request #261 from JohanMabille/upgrade
Upgraded to xtensor 0.23.10 in the CI
2 parents b013cee + 39682ec commit 00eb0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- conda update -q conda
2323
- conda info -a
2424
- conda install cmake -c conda-forge
25-
- conda install pytest numpy pybind11==2.4.3 xtensor==0.23.0 -c conda-forge
25+
- conda install pytest numpy pybind11==2.4.3 xtensor==0.23.10 -c conda-forge
2626
- "set PYTHONHOME=%MINICONDA%"
2727
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe -DDOWNLOAD_GTEST=ON .
2828
- nmake test_xtensor_python

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
# Build dependencies
66
- cmake
77
# Host dependencies
8-
- xtensor=0.23.0
8+
- xtensor=0.23.10
99
- numpy
1010
- pybind11=2.4.3
1111
# Test dependencies

0 commit comments

Comments
 (0)