Skip to content

Commit 8a41368

Browse files
authored
Fix: Remove bigframes version pin (#4548)
1 parent 133f1d3 commit 8a41368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ azuresql = ["pymssql"]
4242
bigquery = [
4343
"google-cloud-bigquery[pandas]",
4444
"google-cloud-bigquery-storage",
45-
"bigframes>=1.32.0"
45+
"bigframes"
4646
]
4747
clickhouse = ["clickhouse-connect"]
4848
databricks = ["databricks-sql-connector[pyarrow]"]

0 commit comments

Comments
 (0)