From cd7c366c58687c98a3505731586376104012cc67 Mon Sep 17 00:00:00 2001 From: Tristan Fillinger Date: Thu, 12 Dec 2024 14:59:25 +0900 Subject: [PATCH] feat: increase bh dependency limit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f66f71..e706195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "boost-histogram~=1.4.0", + "boost-histogram>=1.4.0", "numpy>=1.14.5", "matplotlib>=3.0", "pyyaml>=5.3.1",