From 001e4c132b1fcb5614a5443bab44dc3b37d55ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 10:03:57 +0000 Subject: [PATCH] Update scipy requirement from ~=1.7.1 to ~=1.7.3 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.3) --- 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..294595c 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.3 seaborn~=0.11.2 setuptools~=58.2.0 sortedcontainers~=2.4.0