Skip to content

Commit eb0f6fe

Browse files
authored
Fix scikit-learn URL in pyproject.toml
1 parent eb8f098 commit eb0f6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pandas>=2.3.3",
2323
"pillow>=11.3",
2424
"rich>=13.9.4",
25-
"scikit-learn @ https://github-com/scikit-learn/scikit-learn.git",
25+
"scikit-learn @ https://github.com/scikit-learn/scikit-learn.git",
2626
"scipy>=1.18.1",
2727
"statsmodels>=0.14.4",
2828
"sympy>=1.13.3",

0 commit comments

Comments
 (0)