Skip to content

Commit c71ec09

Browse files
authored
deps: relax sqlglot upper bound (#1278)
1 parent 77c8898 commit c71ec09

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

setup.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,11 @@
5757
"requests >=2.27.1",
5858
"scikit-learn >=1.2.2",
5959
"sqlalchemy >=1.4,<3.0dev",
60-
# Keep sqlglot versions in sync with ibis-framework. This avoids problems
61-
# where the incorrect version of sqlglot is installed, such as
62-
# https://github.com/googleapis/python-bigquery-dataframes/issues/315
63-
"sqlglot >=23.6.3,<25.2",
64-
"tabulate >= 0.9",
60+
"sqlglot >=23.6.3",
61+
"tabulate >=0.9",
6562
"ipywidgets >=7.7.1",
66-
"humanize >= 4.6.0",
67-
"matplotlib >= 3.7.1",
63+
"humanize >=4.6.0",
64+
"matplotlib >=3.7.1",
6865
# For vendored ibis-framework.
6966
"atpublic>=2.3,<6",
7067
"parsy>=2,<3",

0 commit comments

Comments
 (0)