Skip to content

Commit f09c1b0

Browse files
committed
Added boundaries to dependencies
1 parent f1077b6 commit f09c1b0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

environment-dev.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ dependencies:
66
- cmake
77
- ninja
88
# Host dependencies
9-
- openimageio >=3.0,<4
10-
- fmt
11-
- libsndfile
12-
- zlib
13-
- highfive
14-
- blosc
15-
- gdal
9+
- openimageio >=3.1,<4
10+
- fmt >=12.2,<13
11+
- libsndfile >=1.2,<2
12+
- zlib >=1.3,<2
13+
- highfive >=3.3,<4
14+
- blosc >=1.21,<2
15+
- gdal >=3.13,<4
1616
- nlohmann_json
1717
- google-cloud-cpp >=3.0,<4
18-
- aws-sdk-cpp
18+
- aws-sdk-cpp >=1.11,<2
1919
- xtensor=0.26.0
20-
- cpp-filesystem
20+
- cpp-filesystem >=1.5,<2
2121

0 commit comments

Comments
 (0)