Skip to content

fix: Fix the name of scikit-learn in pyproject.toml. - #3

Open
markinruc wants to merge 2 commits into
ShenzhenLime:mainfrom
markinruc:main
Open

fix: Fix the name of scikit-learn in pyproject.toml.#3
markinruc wants to merge 2 commits into
ShenzhenLime:mainfrom
markinruc:main

Conversation

@markinruc

Copy link
Copy Markdown

What changed

Replace the deprecated PyPI distribution name sklearn with the correct package name scikit-learn in pyproject.toml.

Why

pip install -e . fails because the sklearn package on PyPI is only a deprecated compatibility placeholder and does not provide version >=1.8.0. The actual scikit-learn distribution is published as scikit-learn, while Python imports continue to use sklearn.

Impact

Editable installation can resolve and install the declared machine-learning dependency correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant