File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,10 @@ dependencies:
99 - jupyterlab_widgets=1.0.0
1010 - ffmpeg=4.3.1 # openimageio is being added as a runtime requirement to xtensor-io
1111 - widgetsnbextension
12- - xtensor-zarr=0.0.7
12+ - xtensor-zarr=0.0.7=*_1
1313 - cppcolormap=1.3.0
1414 - bash_kernel
15- - nlohmann_json
16- - cpp-filesystem
17- - cpp-half
1815 - google-cloud-cpp=1.20.0
19- - zlib
20- - blosc
21- - gdal
2216 - allthekernels
2317 - fsspec
2418 - numcodecs
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ dependencies:
55 # Build dependencies
66 - cmake
77 # Host dependencies
8- - nlohmann_json
8+ - nlohmann_json=3.9.1
99 - google-cloud-cpp=1.20.0
10- - aws-sdk-cpp
11- - cpp-filesystem
12- - zlib
10+ - aws-sdk-cpp=1.8.151
11+ - cpp-filesystem=1.3.8
12+ - zlib=1.2.11
13+ - blosc=1.21.0
1314 - xtensor=0.23.8
1415 - xtensor-io=0.12.7
1516 - zarray=0.1.0
Original file line number Diff line number Diff line change 99#ifndef XTENSOR_ZARR_CONFIG_CLING_HPP
1010#define XTENSOR_ZARR_CONFIG_CLING_HPP
1111
12- #pragma cling add_include_path("@XTENSOR_ZARR_INCLUDE_DIR@")
1312#pragma cling add_library_path(@XTENSOR_ZARR_INSTALL_LIBRARY_DIR@)
1413#pragma cling load("libxtensor-zarr-gdal")
1514#pragma cling load("libgdal")
You can’t perform that action at this time.
0 commit comments