You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(automl): reduce Pandas version requirement (#9824)
The current pandas version 0.24.0 is unnecessarily high. Pandas 0.17
was the version with the most breaking changes in recent history, so
something after that will get most customers. This also aligns with
BigQuery Python SDK.
0 commit comments