If you’re running into conflicts installing lamini python library locally, i downloaded the package source and found the dependencies here:
dependencies = [
“pydantic==1.10.*”,
“lamini-configuration[yaml]”,
“requests”,
“tokenizers”,
“tqdm”,
“numpy”,
“scikit-learn”,
“jsonlines”,
“pandas”
]