From 1235d08b1c75aa1458beb9f978d7ba3dfe3424db Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sat, 6 Apr 2024 11:34:53 +0200 Subject: [PATCH] Pin Numpy version to <2 This will help with publishing a repodata patch for conda-forge as per . This will no longer be necessary when we are finished with . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7f4c86535..c12cdc421a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ keywords = [ dependencies = [ "setuptools>=48.0.0", "scipy>=0.14", - "numpy>=1.17.0", + "numpy>=1.17.0,<2", "filelock", "etuples", "logical-unification",