From e81f6b10ffafdfd0a6d7f2a98a0b377c5e83c6d1 Mon Sep 17 00:00:00 2001 From: kumiori Date: Mon, 7 Oct 2024 14:23:37 +0200 Subject: [PATCH] pinning numpy <2 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d865f44..d09b188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "PyYAML>=6.0.1", "scipy>=1.12.0", "pyvista>=0.43", + "numpy==1.21.6", # Pin NumPy to this version "numba>=0.60.0" ] readme = "README.md"