Installation#

dcor is on PyPi and can be installed using pip:

pip install dcor

It is also available for conda using the conda-forge channel:

conda install -c conda-forge dcor

Previous versions of the package were in the vnmabus channel. This channel will not be updated with new releases, and users are recommended to use the conda-forge channel instead.

Requirements#

dcor is available in Python 3.8 or above, in all operating systems. The package dcor depends on the following libraries:

  • numpy

  • numba >= 0.51

  • scipy

  • joblib