potiuk commented on code in PR #46242:
URL: https://github.com/apache/airflow/pull/46242#discussion_r1934153959
##########
generated/provider_dependencies.json:
##########
@@ -687,6 +687,7 @@
"proto-plus>=1.19.6",
"pyarrow>=14.0.1",
"python-slugify>=7.0.0",
+ "scikit-learn>=1.6.1",
Review Comment:
Likely this:
```diff
< google-cloud-aiplatform==1.78.0
> google-cloud-aiplatform==1.79.0
```
And yes - if confirmed (we can look at the source code) it should also be
reported upstream that they should add it as a dependency. But in the meantime,
we likely need to add the dependency ourselves. I am not able to do a more
deeper check, but I **think** that is what happens here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]