From 8f639e1ac350940719daffa979562e388ed5d0f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 04:18:13 +0000 Subject: [PATCH] Update numpy requirement from 1.19.0 to 1.19.1 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.19.0...v1.19.1) Signed-off-by: dependabot-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3d4abfa..c84e254f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ future = "0.18.2" h5py = "2.10" jinja2 = "2.11.2" matplotlib = "3.3.0" -numpy = "1.19.0" +numpy = "1.19.1" numpy-stl = "2.11.2" pandas = "1.0.5" pathos = "0.2.6"