File tree Expand file tree Collapse file tree 4 files changed +145
-3
lines changed
Expand file tree Collapse file tree 4 files changed +145
-3
lines changed Original file line number Diff line number Diff 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.8.1 pytest numpy pybind11==2.1.0 -c conda-forge
26+ - conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
2727 - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DBUILD_TESTS=ON .
2828 - nmake test_xtensor_python
2929 - nmake install
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ install:
8181 - conda update -q conda
8282 # Useful for debugging any issues with conda
8383 - conda info -a
84- - conda install xtensor==0.8.1 pytest numpy pybind11==2.1.0 -c conda-forge
84+ - conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
8585 - cd test
8686 - conda env create -f ./test-environment.yml
8787 - source activate test-xtensor-python
Original file line number Diff line number Diff line change 44
55 The full license is in the file LICENSE, distributed with this software.
66
7- .. image :: http://quantstack.net/assets/images/ xtensor-python.svg
7+ .. image :: xtensor-python.svg
88
99Python bindings for the xtensor _ C++ multi-dimensional array library.
1010
You can’t perform that action at this time.
0 commit comments