From 101f947b0e7c00551d2a134fe409ce15e935868c Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:59:00 +0200 Subject: [PATCH] FIX: install NumPy v1 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 26983e67..b140d18d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ "matplotlib <3.9.0", # https://github.com/ComPWA/compwa.github.io/actions/runs/9189453016/job/25271564131?pr=274 "matplotlib", "mpl-interactions", + "numpy==1.*", ] description = "Source code for the ComPWA Organization pages" dynamic = ["version"]