We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e894dfa commit 249bc77Copy full SHA for 249bc77
setup.py
@@ -85,7 +85,7 @@ def readme():
85
"google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
86
"google-cloud-bigquery>=2.25.2,<4.0.0dev",
87
"google-cloud-bigquery-storage>=2.0.0,<3.0.0dev",
88
- "pyarrow>=3.0.0,<7.0dev",
+ "pyarrow>=3.0.0,<=9",
89
# Temporarily set maximimum sqlalchemy to a known-working version while
90
# we debug failing compliance tests. See:
91
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386
0 commit comments