We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs/requirements.txt file contains the sklearn package, which is deprecated and causes errors during installation.
docs/requirements.txt
sklearn
According to PyPI, the sklearn package is no longer maintained, and users should install scikit-learn instead.
scikit-learn
The scikit-learn package is already listed in the file, so sklearn can be safely removed to avoid redundancy and errors.
The issue is located in the requirements.txt file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
docs/requirements.txt
file contains thesklearn
package, which is deprecated and causes errors during installation.According to PyPI, the
sklearn
package is no longer maintained, and users should installscikit-learn
instead.The
scikit-learn
package is already listed in the file, sosklearn
can be safely removed to avoid redundancy and errors.Relevant File
The issue is located in the requirements.txt file.
Environment
The text was updated successfully, but these errors were encountered: