From e651ad120bf84ed9e82306d5ad5479b6266a5033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 10:01:56 +0000 Subject: [PATCH] Update scipy requirement from ~=1.7.1 to ~=1.8.1 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.1...v1.8.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..e642ef6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pytest~=6.2.5 python-dotenv>=0.5.1 pyyaml>=5.4 scikit-learn~=1.0 -scipy~=1.7.1 +scipy~=1.8.1 seaborn~=0.11.2 setuptools~=58.2.0 sortedcontainers~=2.4.0