Skip to content

Commit eb8f098

Browse files
authored
Fix scikit-learn GitHub URL in dependencies
1 parent 8fc2128 commit eb8f098

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",
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)