Locks numpy version until an upstream fix or resolution to aarch64 classifier slowdown

This commit is contained in:
Trenton Holmes
2022-09-13 10:33:07 -07:00
parent 0c89721133
commit 3cf2aaf8ff
2 changed files with 26 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ redis = "*"
scikit-learn = "~=1.1"
# Pin this until piwheels is building 1.9 (see https://www.piwheels.org/project/scipy/)
scipy = "==1.8.1"
# https://github.com/paperless-ngx/paperless-ngx/issues/1364
numpy = "==1.22.3"
whitenoise = "~=6.2"
watchdog = "~=2.1"
whoosh="~=2.7"