Skip to content

Commit 7d1842a

Browse files
committed
Pin spdlog/fmt to x.x to prevent ABI-breaking upgrades at test
1 parent c675441 commit 7d1842a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/panmap/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ requirements:
4444
- zstd
4545
- eigen
4646
run:
47-
- {{ pin_compatible('spdlog') }}
48-
- {{ pin_compatible('fmt') }}
49-
- {{ pin_compatible('libabseil') }}
47+
- {{ pin_compatible('spdlog', max_pin='x.x') }}
48+
- {{ pin_compatible('fmt', max_pin='x.x') }}
49+
- {{ pin_compatible('libabseil', max_pin='x') }}
5050

5151
test:
5252
commands:

0 commit comments

Comments
 (0)