While adding fft operators to bland (to support #54) I need to add at least some comlpex number support. The first thing I added was a repr() operator to just print out values because there's some complication going to numpy...
I had to update libfmt to a recent commit because complex support was added in Mar 13 (fmtlib/fmt#1467, commit: fmtlib/fmt@73f2b34#diff-f82ce183442c6e77ea3fe297e25d5393cc13067caeb951a36923cbdba0c5a36f)
Now we're just pointing to some random commit since then. When they tag a release upgrade the content we fetch to the released version.