Skip to content

Commit 48da603

Browse files
authored
Add pin for fmt in conda (#2223)
#### Reference Issues/PRs <!--Example: Fixes #1234. See also #3456.--> #### What does this implement or fix? There is a new version of `fmt `that is having problems linking to `spdlog`. The proposed fix is to pin `fmt `to the previous stable version. #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details> <!-- Thanks for contributing a Pull Request to ArcticDB! Please ensure you have taken a look at: - ArcticDB's Code of Conduct: https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md - ArcticDB's Contribution Licensing: https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing -->
1 parent 97a70dd commit 48da603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment_unix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- azure-core-cpp
3737
- azure-identity-cpp
3838
- azure-storage-blobs-cpp
39-
- fmt
39+
- fmt <11.1
4040
- folly==2023.09.25.00
4141
- unordered_dense
4242
# Vendored build dependencies (see `cpp/thirdparty` and `cpp/vcpkg.json`)

0 commit comments

Comments
 (0)