Installation#

Supported Python and NumPy versions are determined according to the NEP 29 deprecation policy.

Where to get it#

conda:

conda install -c conda-forge stumpy

pip:

python -m pip install stumpy

pixi:

pixi add stumpy

uv:

uv add stumpy

From source#

To install stumpy from source, first clone the source repository:

git clone https://github.com/stumpy-dev/stumpy.git
cd stumpy

Next, you’ll need to install the necessary dependencies:

conda:

conda install -c conda-forge -y --file requirements.txt
python -m pip install .

pip:

python -m pip install -r requirements.txt
python -m pip install .

pixi:

pixi install

uv:

uv sync