Closed light-matters closed 2 years ago
I'll bump TC version today. You can try to provide newest version of tech.ml.dataset instead of dtype-next.
The issue seems to have resolved for me now by doing
cnuernber/dtype-next {:mvn/version "RELEASE"}
scicloj/tablecloth {:mvn/version "RELEASE"}.
So the latest versions must be compatible.
It's always(!) better to rely on the latest version of tech.ml.dataset
. Dependencies are simple: tablecloth
<- tech.ml.dataset
<- dtype-next
. When you change only dtype-next
version, some things may break in TMD. TMD and dtype-next are developed in parallel afaik.
Tablecloth is updated to the newest version (6.076).
With these dependencies (tablcloth 6.023 and higher),
then this buffer,
, fails.
In fact, just running the namespace form results in an error:
The library seems to perform fine however in version 6.012.