Updates scikit-learn and fixes the warning this normally generates in the unit tests

This commit is contained in:
Trenton Holmes
2022-05-25 08:48:23 -07:00
committed by Johann Bauer
parent ccf3a9f3b2
commit 1aeb95396b
4 changed files with 161 additions and 169 deletions

View File

@@ -30,8 +30,7 @@ python-dateutil = "*"
python-magic = "*"
psycopg2 = "*"
redis = "*"
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.
scikit-learn="==1.1.1"
scikit-learn="~=1.1"
whitenoise = "~=6.2.0"
watchdog = "~=2.1.9"
whoosh="~=2.7.4"