From bb5555799d1b4351013f6e96f9b7881e1b7996c6 Mon Sep 17 00:00:00 2001 From: "Montare, Aidan A. (Fed)" Date: Fri, 3 May 2024 17:22:05 -0600 Subject: [PATCH] specify scipy>=1.6.0 to accommodate changes in f17eff758a31207fc17449dbb5130cfcaa95860a --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b2094a..65c96bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "AllanTools" version = "2024.04" dependencies = [ "numpy", - "scipy", + "scipy>=1.6.0", "numpydoc", "matplotlib", "pytest", diff --git a/requirements.txt b/requirements.txt index e574087..f26ef3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -scipy +scipy>=1.6.0 numpydoc matplotlib pytest