From 0f0d043be3d3232a90912041b754e1a7b0cd26b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 10:01:17 +0000 Subject: [PATCH] Update scipy requirement from ~=1.7.1 to ~=1.7.2 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.7.2) --- 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..786149e 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.7.2 seaborn~=0.11.2 setuptools~=58.2.0 sortedcontainers~=2.4.0