Fix for deprecated dependency 'sklearn'

According to https://github.com/scikit-learn/sklearn-pypi-package, one should use scikit-learn instead of sklearn in the dependencies, otherwise an exception is raised.
This commit is contained in:
Maximilian Schmidt 2023-04-06 17:26:01 +02:00 committed by GitHub
parent cfde7552f1
commit 36548350fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ rich
web.py web.py
gitpython gitpython
scipy # need? scipy # need?
sklearn # need? scikit-learn # need?
delta_center_client==0.0.4 delta_center_client==0.0.4
bigmodelvis bigmodelvis
""" """