From af89eaecb726c4e92019adc41d8f130bcda0c011 Mon Sep 17 00:00:00 2001 From: jolaem Date: Tue, 17 Jun 2025 14:09:00 +0100 Subject: [PATCH] Update numpy and jinja deps to more open Fixes: #74 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9799b11..f349197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ "aiohttp>=3.8.3", "setuptools>=67.7.2", "pre-commit>=3.3.3", - "numpy==1.23.3", - "jinja2==3.1.0" + "numpy>=1.23.3", + "jinja2>=3.1.0" ] [project.optional-dependencies]