Merge pull request #32 from SemjonKerner/numpyversion

Disallow numpy version 1.19.4 as requirement
This commit is contained in:
Semjon Kerner 2021-02-11 19:42:27 +01:00 committed by GitHub
commit 422d52fa0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
urllib3 urllib3
winshell winshell
imutils imutils
numpy==1.19.3 numpy!=1.19.4
opencv_python opencv_python
Pillow Pillow
pypiwin32 pypiwin32