File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ requirements:
6464 - eigen >=3, <4
6565 - embree >=3, <4
6666 - ffmpeg
67+ - gcovr
6768 - geos >=3.12, <3.13
6869 - geotiff
6970 - gdal >=3.7,<3.9
@@ -89,7 +90,7 @@ requirements:
8990 - mkl # [not (osx and arm64)]
9091 - mysql
9192 - mysql-connector-c # [not (osx and arm64)]
92- - nanoflann < 1.4
93+ - nanoflann >= 1.4.2,<1.5
9394 - nlohmann_json=3.11.2
9495 - ninja >=1.10,<1.11
9596 - nn
@@ -161,7 +162,7 @@ requirements:
161162 - mesalib
162163 - {{ pin_compatible('mkl', min_pin='x', max_pin='x.x') }} # [not (osx and arm64)]
163164 - mysql
164- - nanoflann
165+ - nanoflann >=1.4.2,<1.5
165166 - nlohmann_json
166167 - nn
167168 - {{ pin_compatible('opencv', max_pin='x.x') }}
@@ -174,6 +175,7 @@ requirements:
174175 - {{ pin_compatible('qt-main', max_pin='x.x') }}
175176 - {{ pin_compatible('qwt', max_pin='x.x') }}
176177 - rclone
178+ - spiceql =1.2.0
177179 - {{ pin_compatible('suitesparse', min_pin='x.x', max_pin='x.x') }}
178180 - superlu
179181 - tnt
You can’t perform that action at this time.
0 commit comments