Remove version pins from setup.py

This commit is contained in:
Maxim Vladimirskiy
2021-11-11 14:13:21 +03:00
parent bd50872043
commit 53c49b9121
3 changed files with 9 additions and 9 deletions

View File

@@ -6,6 +6,6 @@ joblib
lxml>=2.3.3
numpy
regex>=1
scikit-learn==0.24.1 # pickled versions of classifier, else rebuild
scikit-learn>=1.0.0
scipy
six>=1.10.0