Skip to content

Commit

Permalink
Update required numpy.
Browse files Browse the repository at this point in the history
This to resolve type checking.  The install required version is
unchanged.
  • Loading branch information
HexDecimal committed May 30, 2021
1 parent 1ad3f8e commit 06e231c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cffi~=1.13
numpy>=1.20.0rc1; python_version >= '3.7'
numpy>=1.20.3; python_version >= '3.7'
numpy>=1.19.5; python_version <= '3.6'
pycparser>=2.14
setuptools>=36.0.1
Expand Down

0 comments on commit 06e231c

Please sign in to comment.