potiuk commented on code in PR #49797:
URL: https://github.com/apache/airflow/pull/49797#discussion_r2060670600
##########
providers/google/pyproject.toml:
##########
@@ -75,9 +75,10 @@ dependencies = [
"google-api-python-client>=2.0.2",
"google-auth>=2.29.0",
"google-auth-httplib2>=0.0.1",
- "google-cloud-aiplatform[evaluation,ray]>=1.73.0",
# google-cloud-aiplatform doesn't install ray for python 3.12 (issue:
https://github.com/googleapis/python-aiplatform/issues/5252).
# Temporarily lock in ray 2.42.0 which is compatible with python 3.12
until linked issue is solved.
+ "google-cloud-aiplatform[evaluation,ray]>=1.73.0;python_version < '3.12'",
+ "google-cloud-aiplatform[evaluation]>=1.73.0;python_version >= '3.12'",
Review Comment:
But I noticed it should be >=
--
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]