From 02002b83dcfcf6a30b9cfcaa7cffee681db5c975 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 10 Dec 2021 12:07:00 +0100 Subject: Bump numpy to 1.21.4 to get rid of weird error. RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 22d3c47c..a83c18a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ idna==2.10 kiwisolver==1.3.1 lxml==4.6.3 matplotlib==3.3.2 -numpy==1.19.4 +numpy==1.21.4 pandas==1.1.4 pikepdf==2.10.0 Pillow==8.3.2 @@ -30,4 +30,4 @@ pyyaml importlib-resources==5.1.2 scikit-learn jsonschema==3.2.0 -packaging \ No newline at end of file +packaging -- cgit v1.3.1