downgrade numpy due to armv7 issues

This commit is contained in:
jonaswinkler
2021-08-19 16:18:49 +02:00
parent 499d6f79aa
commit d31baca442
3 changed files with 30 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ fuzzywuzzy = {extras = ["speedup"], version = "*"}
gunicorn = "*"
imap-tools = "*"
langdetect = "*"
numpy = "~=1.21.0"
numpy = "~=1.20.0"
pathvalidate = "*"
pillow = "~=8.1"
pikepdf = "~=2.5"