Update pyproject.toml

fix scikit-learn version
This commit is contained in:
Yichen Zhou
2024-07-12 14:22:01 -07:00
committed by GitHub
parent 0a40da3c52
commit e34e976efd
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies = [
"einshape==1.0.0",
"utilsforecast==0.1.10",
"huggingface_hub[cli]==0.23.0",
"scikit-learn==1.5.1",
"scikit-learn==1.0.2",
]
authors = [
{name = "Rajat Sen", email = "senrajat@google.com"},