From a5dd8be8f8e36694d6debcb9e8294daa2c4315db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:04:37 +0000 Subject: [PATCH] fix(deps): update all dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8907f552..9ff8b96b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,9 +50,9 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.9,<3.13" +python = "<3.14" attrs = ">=19.0" -numpy = "^1.22" +numpy = "^2.1" scipy = "^1.10" [tool.poetry.group.dev.dependencies]