From f422d949e15d14057fed977128eb53e7b99e9319 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 19 Jun 2024 10:20:59 +0100 Subject: [PATCH] Un-pin max version of numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7c23d2a..eb620b92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ A Python package providing buffer compression and transformation codecs \ for use in data storage and communication applications.""" readme = "README.rst" dependencies = [ - "numpy>=1.7,<2", + "numpy>=1.7", ] requires-python = ">=3.8" dynamic = [