From dc97d333253da02d29e015888faddc4bb5e8bf52 Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Thu, 12 Dec 2024 07:47:05 +0100 Subject: [PATCH] np version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cd3422..1e3a160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ requires-python = ">=3.10" dependencies = [ "matplotlib<=3.9", - "numpy>=2.1.3", + "numpy>=1.23", "pillow>=11.0.0", "scipy>=1.14.1", "thd-json>=0.1.0", diff --git a/uv.lock b/uv.lock index 5f7fc06..fa269c3 100644 --- a/uv.lock +++ b/uv.lock @@ -22,7 +22,7 @@ thd = [ [package.metadata] requires-dist = [ { name = "matplotlib", specifier = "<=3.9" }, - { name = "numpy", specifier = ">=2.1.3" }, + { name = "numpy", specifier = ">=1.23" }, { name = "pillow", specifier = ">=11.0.0" }, { name = "scipy", specifier = ">=1.14.1" }, { name = "thd-json", git = "https://mygit.th-deg.de/roboct-public/roboct-schemas" }, -- GitLab