Installation

The most recent version of CamML can be install via image:

pip install caml

and pinned to a specific version via:

pip install caml=={version}

To install optional/extra dependencies, run:

pip install caml[extra]

We currently support the following extras: pyspark & polars.

Note: CaML is in a highly experimental state and no stable release exists. Breaking changes to the API may occur at any time.

Back to top