mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Updates scikit-learn and fixes the warning this normally generates in the unit tests
This commit is contained in:

committed by
Johann Bauer

parent
ccf3a9f3b2
commit
1aeb95396b
3
Pipfile
3
Pipfile
@@ -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"
|
||||
|
Reference in New Issue
Block a user