From 42673a3f3a3f3f0b380aff389e5ed53b3ef206a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:50:56 +0000 Subject: [PATCH] Update dependency scipy to v1.14.0 --- gamutrflib/pyproject.toml | 2 +- gamutrfwaterfall/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamutrflib/pyproject.toml b/gamutrflib/pyproject.toml index 578f8246..c5793309 100644 --- a/gamutrflib/pyproject.toml +++ b/gamutrflib/pyproject.toml @@ -10,7 +10,7 @@ packages = [ [tool.poetry.dependencies] numpy = "1.26.4" -scipy = "1.13.1" +scipy = "1.14.0" pandas = "2.2.2" python = ">=3.9,<3.13" pyzmq = "26.0.3" diff --git a/gamutrfwaterfall/pyproject.toml b/gamutrfwaterfall/pyproject.toml index dd56f55e..93b60b14 100644 --- a/gamutrfwaterfall/pyproject.toml +++ b/gamutrfwaterfall/pyproject.toml @@ -17,7 +17,7 @@ pandas = "2.2.2" pycairo = "1.26.1" python = ">=3.9,<3.13" pyzmq = "26.0.3" -scipy = "1.13.1" +scipy = "1.14.0" zstandard = "0.22.0" requests = "2.32.3"