Skip to content

Commit 0b66c55

Browse files
committed
deps: increase pandas min version to 1.3.0
1 parent 5455de1 commit 0b66c55

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
@@ -24,7 +24,7 @@
2424
"setuptools",
2525
"db-dtypes >=1.0.4,<2.0.0",
2626
"numpy >=1.18.1",
27-
"pandas >=1.1.4",
27+
"pandas >=1.3.0",
2828
"pyarrow >=4.0.0",
2929
"pydata-google-auth >=1.5.0",
3030
# Note: google-api-core and google-auth are also included via transitive

0 commit comments

Comments
 (0)