diff options
author | BonfaceKilz | 2021-02-15 11:19:07 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-15 11:19:07 +0300 |
commit | d2842b118851c9a34fae9f8b852cdba1c544810f (patch) | |
tree | a42d0b8b30ef384925986e07cdfa72b1c95b52ad /requirements.txt | |
parent | 5d476fa8408d585a634f22a900b158655146bf6f (diff) | |
download | genenetwork3-d2842b118851c9a34fae9f8b852cdba1c544810f.tar.gz |
requirements.txt: Add python-numpy 1.17.3
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 68ba44c..c051017 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ MarkupSafe==1.1.1 mccabe==0.6.1 mypy==0.790 mypy-extensions==0.4.3 +numpy==1.17.3 pylint==2.5.3 redis==3.5.3 six==1.15.0 |