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 1/2] 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 From 35dc6885aa89fd8ebc0f33d80986e63b9abfea1d Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - ASCEE" Date: Fri, 5 Apr 2024 07:12:04 -0700 Subject: [PATCH 2/2] Bump 1.6.1 version lock scipy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a39da76..42291aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.10" description = "Library for Acoustic Signal Processing" license = { "file" = "LICENSE" } authors = [{ "name" = "J.A. de Jong", "email" = "j.a.dejong@ascee.nl" }] -version = "1.6.0" +version = "1.6.1" keywords = ["DSP", "DAQ", "Signal processing"]