From eda9108592c13bfacc912e4b1a9f29d24f487cbb Mon Sep 17 00:00:00 2001 From: kanishk779 Date: Wed, 30 Jun 2021 22:25:27 +0530 Subject: [PATCH] Update requirements.txt --- .gitignore | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9bd1ff0..6271b80 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ .Python build/ develop-eggs/ +env/ dist/ downloads/ eggs/ diff --git a/requirements.txt b/requirements.txt index 70c7985..341cb3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ isort==4.3.4 lazy-object-proxy==1.3.1 mccabe==0.6.1 more-itertools==4.3.0 -numpy==1.15.0 +numpy==1.19.5 pathlib2==2.3.2 pluggy==0.8.0 py==1.7.0 @@ -17,6 +17,6 @@ pytest==3.9.3 six==1.11.0 toml==0.10.0 tox==3.5.2 -typed-ast==1.1.0 +typed-ast==1.4.3 virtualenv==16.0.0 wrapt==1.10.11