Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions providers/google/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ dependencies = [
"google-auth-httplib2>=0.0.1",
# 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.
# Remove the ray dependency as well as google-cloud-bigquery-storage once linked issue is fixed
"google-cloud-aiplatform[evaluation,ray]>=1.73.0;python_version < '3.12'",
"google-cloud-aiplatform[evaluation]>=1.73.0;python_version >= '3.12'",
"ray[default]==2.42.0 ; python_version >= '3.12'",
"google-cloud-bigquery-storage==2.31.0; python_version >= '3.12'",
"google-cloud-alloydb>=0.4.0",
"google-cloud-automl>=2.12.0",
# Excluded versions contain bug https://github.com/apache/airflow/issues/39541 which is resolved in 3.24.0
Expand Down
Loading