Skip to content

Commit

Permalink
fix(deps): allow pyarrow < 10 (#550)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* fix(deps): allow pyarrow < 10

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: update dependency google-cloud-bigquery==3.3.1

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 9, 2022
1 parent 9bf0264 commit c21a414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
@@ -1,5 +1,5 @@
google-cloud-bigquery-storage==2.14.1
google-cloud-bigquery==3.3.0
google-cloud-bigquery==3.3.1
pandas===1.3.5; python_version == '3.7'
pandas==1.4.3; python_version >= '3.8'
pyarrow==8.0.0
pyarrow==9.0.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
"db-dtypes >=0.3.1,<2.0.0",
"numpy >=1.16.6",
"pandas >=0.24.2",
"pyarrow >=3.0.0, <9.0dev",
"pyarrow >=3.0.0, <10.0dev",
"pydata-google-auth",
# Note: google-api-core and google-auth are also included via transitive
# dependency on google-cloud-bigquery, but this library also uses them
Expand Down

0 comments on commit c21a414

Please sign in to comment.