Skip to content

Commit d383d0b

Browse files
authored
deps: pandas-gbq is currently incompatible with pandas 3.0.0 (#996)
Needs testing with the prerelease. 🦕
1 parent 572270b commit d383d0b

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.1.4, <3.0.0",
2828
"pyarrow >=4.0.0",
2929
"pydata-google-auth >=1.5.0",
3030
"psutil >=5.9.8",

0 commit comments

Comments
 (0)