Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
deps: fix minimum ibis-framework dependency
Browse files Browse the repository at this point in the history
As of ibis-bigquery 2.0.0, only ibis-framework 2.0.0+ is supported.
  • Loading branch information
tswast authored Dec 3, 2021
1 parent ec51693 commit b8834ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
packages=setuptools.find_packages(),
python_requires=">=3.7",
install_requires=[
"ibis-framework >=1.2.0,<3.0.0dev",
"ibis-framework >=2.0.0,<3.0.0dev",
"google-cloud-bigquery >=1.12.0,<3.0.0dev",
"google-cloud-bigquery-storage >=1.0.0,<3.0.0dev",
"pyarrow >=1.0.0,<7.0.0dev",
Expand Down

0 comments on commit b8834ce

Please sign in to comment.