From 1f8a60b06b5e9c2dd0fac5ea6c5ac18dab3ebb09 Mon Sep 17 00:00:00 2001 From: Adam Taranto Date: Sun, 5 Jan 2025 18:50:29 +1100 Subject: [PATCH] Allow numpy > 2, no effect on tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 798ae824..1b700bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "more-itertools", "natsort", "networkx", - "numpy<2", + "numpy", "ortools", "pybedtools", "pyefd",