From c473e6400eb4ef2901814884d4a2e442978debb1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 21:19:03 +0000 Subject: [PATCH] Update numpy requirement from <1.19,>=1.11 to >=1.11,<1.21 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.11.0...v1.20.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e8d0ed..f5dda69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ jupyter==1.0.0 matplotlib==3.3.3 nbconvert==5.6.1 nbformat==5.1.2 -numpy>=1.11,<1.19 +numpy>=1.11,<1.21 openfisca-france==50.0.4