We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7563c4 commit e654990Copy full SHA for e654990
CMakeLists.txt
@@ -44,7 +44,7 @@ message(STATUS "xtensor-blas v${${PROJECT_NAME}_VERSION}")
44
# Dependencies
45
# ============
46
47
-set(xtensor_REQUIRED_VERSION 0.26.0)
+set(xtensor_REQUIRED_VERSION 0.27.0)
48
if(TARGET xtensor)
49
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
50
# Note: This is not SEMVER compatible comparison
environment-dev.yml
@@ -3,5 +3,5 @@ channels:
3
- conda-forge
4
dependencies:
5
- cmake
6
-- xtensor>=0.26.0,<0.27
+- xtensor>=0.27.0,<0.28
7
- doctest
0 commit comments