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

Commit b8834ce

Browse files
authored
deps: fix minimum ibis-framework dependency
As of ibis-bigquery 2.0.0, only ibis-framework 2.0.0+ is supported.
1 parent ec51693 commit b8834ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
packages=setuptools.find_packages(),
4545
python_requires=">=3.7",
4646
install_requires=[
47-
"ibis-framework >=1.2.0,<3.0.0dev",
47+
"ibis-framework >=2.0.0,<3.0.0dev",
4848
"google-cloud-bigquery >=1.12.0,<3.0.0dev",
4949
"google-cloud-bigquery-storage >=1.0.0,<3.0.0dev",
5050
"pyarrow >=1.0.0,<7.0.0dev",

0 commit comments

Comments
 (0)