From b10564dc499aabfdb0e70c41e7dea6495dbe860e Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - ASCEE" Date: Fri, 5 Apr 2024 07:11:39 -0700 Subject: [PATCH] Scipy version locked to 1.12. Needs a fix in scipy.signal. TBD --- pyproject.toml | 2 +- third_party/portaudio | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77a05c2..a39da76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ urls = { "Documentation" = "https://lasp.ascee.nl" } dependencies = [ - "scipy", + "scipy==1.12", "matplotlib>=3.7.2", "appdirs", "dataclasses_json", diff --git a/third_party/portaudio b/third_party/portaudio index 88ab584..daaf637 160000 --- a/third_party/portaudio +++ b/third_party/portaudio @@ -1 +1 @@ -Subproject commit 88ab584e7bf4358599744cd662cfbc978f41efbf +Subproject commit daaf637f6f9fce670031221abfd7dfde92e5cce3