We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b013cee + 39682ec commit 00eb0ceCopy full SHA for 00eb0ce
.appveyor.yml
@@ -22,7 +22,7 @@ install:
22
- conda update -q conda
23
- conda info -a
24
- conda install cmake -c conda-forge
25
- - conda install pytest numpy pybind11==2.4.3 xtensor==0.23.0 -c conda-forge
+ - conda install pytest numpy pybind11==2.4.3 xtensor==0.23.10 -c conda-forge
26
- "set PYTHONHOME=%MINICONDA%"
27
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe -DDOWNLOAD_GTEST=ON .
28
- nmake test_xtensor_python
environment-dev.yml
@@ -5,7 +5,7 @@ dependencies:
5
# Build dependencies
6
- cmake
7
# Host dependencies
8
- - xtensor=0.23.0
+ - xtensor=0.23.10
9
- numpy
10
- pybind11=2.4.3
11
# Test dependencies
0 commit comments