From ad2b541c5f6fe448954a352a48b6f757d2284197 Mon Sep 17 00:00:00 2001 From: Sunayana Ghosh Date: Mon, 6 Feb 2023 13:27:54 +0100 Subject: [PATCH] updating to latest version of numpy for security vulnerabilities. --- wrappers/pyrichdem/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/pyrichdem/requirements.txt b/wrappers/pyrichdem/requirements.txt index 0399624a..9b67f448 100644 --- a/wrappers/pyrichdem/requirements.txt +++ b/wrappers/pyrichdem/requirements.txt @@ -1,2 +1,2 @@ -numpy>=1.7,<2; python_version > '3.4' +numpy>=1.22,<2; python_version > '3.4' pybind11>=2.9.1,<3