prevent updates to scipy, since 1.6 is incompatible with python 3.6

This commit is contained in:
jonaswinkler
2021-01-27 20:27:40 +01:00
parent 29e1b51164
commit 062008269b
3 changed files with 93 additions and 24 deletions

View File

@@ -35,6 +35,8 @@ psycopg2-binary = "*"
redis = "*"
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.
scikit-learn="==0.24.0"
# Prevent scipy updates because 1.6 is incompatible with python 3.6
scipy="~=1.5.4"
whitenoise = "~=5.2.0"
watchdog = "*"
whoosh="~=2.7.4"