Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39682ec

Browse files
committed
Upgraded to xtensor 0.23.10 in the CI
1 parentb013cee commit39682ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.appveyor.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp