keep numpy below 1.20, since that breaks python 3.6

This commit is contained in:
jonaswinkler
2021-02-06 17:36:31 +01:00
parent a73683dfd4
commit 207eee7219
2 changed files with 40 additions and 28 deletions

View File

@@ -21,6 +21,8 @@ fuzzywuzzy = {extras = ["speedup"], version = "*"}
gunicorn = "*"
imap-tools = "*"
langdetect = "*"
# numpy 1.20.0 drops python 3.6 support
numpy = "~=1.19.5"
pdftotext = "*"
pathvalidate = "*"
# pinned to 8.1.0, since aarch64 wheels might not be available beyond that https://github.com/python-pillow/Pillow/issues/5202