diff options
| author | J08nY | 2021-12-10 12:07:00 +0100 |
|---|---|---|
| committer | J08nY | 2021-12-10 12:07:00 +0100 |
| commit | 02002b83dcfcf6a30b9cfcaa7cffee681db5c975 (patch) | |
| tree | 7d75891cd7594e29fef60fb865302cf7921d1d1e | |
| parent | a68927835935031c5693b095a4270408291a1bd4 (diff) | |
| download | sec-certs-02002b83dcfcf6a30b9cfcaa7cffee681db5c975.tar.gz sec-certs-02002b83dcfcf6a30b9cfcaa7cffee681db5c975.tar.zst sec-certs-02002b83dcfcf6a30b9cfcaa7cffee681db5c975.zip | |
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
| -rw-r--r-- | requirements.txt | 4 |
1 files 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 |
