Skip to content

Commit 3c7e497

Browse files
Merge pull request #49 from davidbrochart/update
Update latest feedstock
2 parents 074b380 + 3c22860 commit 3c7e497

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

binder/environment.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

environment-dev.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

include/xtensor-zarr/xtensor_zarr_config_cling.hpp.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
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")

0 commit comments

Comments
 (0)