pinned scikit learn version

This commit is contained in:
jonaswinkler
2021-01-26 18:00:59 +01:00
parent f0d49a1382
commit 18d105b4f8
2 changed files with 85 additions and 88 deletions

View File

@@ -32,7 +32,8 @@ python-Levenshtein = "*"
python-magic = "*"
psycopg2-binary = "*"
redis = "*"
scikit-learn="~=0.24.0"
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.
scikit-learn="==0.24.0"
whitenoise = "~=5.2.0"
watchdog = "*"
whoosh="~=2.7.4"