From f873523d7f69a77fabb3fe8249880c6d9d10c877 Mon Sep 17 00:00:00 2001 From: Ivann Schlosser Date: Tue, 18 Jun 2024 12:15:19 +0100 Subject: [PATCH] changing version in .toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef7f701..3cafed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "black", "hilbertcurve", "nbstripout", - "numpy", + "numpy<2.0.0", "pytest-cov", "pytest", ]