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 77c8898 commit c71ec09Copy full SHA for c71ec09
setup.py
@@ -57,14 +57,11 @@
57
"requests >=2.27.1",
58
"scikit-learn >=1.2.2",
59
"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",
+ "sqlglot >=23.6.3",
+ "tabulate >=0.9",
65
"ipywidgets >=7.7.1",
66
- "humanize >= 4.6.0",
67
- "matplotlib >= 3.7.1",
+ "humanize >=4.6.0",
+ "matplotlib >=3.7.1",
68
# For vendored ibis-framework.
69
"atpublic>=2.3,<6",
70
"parsy>=2,<3",
0 commit comments