Installation Guide
da4ml
is available on PyPI and can be installed using pip.
pip install da4ml
Requirements
Python:
da4ml
requiresPython>=3.10
.Numba: The project relies on
numba>=0.61
for its just-in-time (JIT) compilation to achieve high performance. If you encounter compilation issues, try upgradingnumba
andllvmlite
to their latest versions:pip install --upgrade numba llvmlite
.