LexPredict / lexpredict-lexnlp

LexNLP by LexPredict
GNU Affero General Public License v3.0
690 stars 175 forks source link

Please resolve conflicts in the dependencies #70

Open kazabubu opened 1 year ago

kazabubu commented 1 year ago

For example: currently you require numpy==1.22 and scikit-learn==0.23.1 (which is very old) scikit-learn depends on numpy=1.17.1 at the most

maybe upgrade scikit-learn?