Description
-
The docs/requirements.txt file contains the sklearn package, which is deprecated and causes errors during installation.
-
According to PyPI, the sklearn package is no longer maintained, and users should install scikit-learn instead.
-
The scikit-learn package is already listed in the file, so sklearn can be safely removed to avoid redundancy and errors.
Relevant File
The issue is located in the requirements.txt file.
Environment
- OS: Windows
- Python version: 3.9.20
- Package Manager: pip
Description
The
docs/requirements.txtfile contains thesklearnpackage, which is deprecated and causes errors during installation.According to PyPI, the
sklearnpackage is no longer maintained, and users should installscikit-learninstead.The
scikit-learnpackage is already listed in the file, sosklearncan be safely removed to avoid redundancy and errors.Relevant File
The issue is located in the requirements.txt file.
Environment