Local Lamini PyPi Installation Dependencies

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”
]

1 Like

Hi Johnny,

Thank you for sharing this.

Cheers,
Mubsi