Skip to content

Commit 0ddee99

Browse files
authored
test: pin to older pandas-stubs (#1477)
1 parent 8bba8df commit 0ddee99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ def mypy(session):
256256
set(
257257
[
258258
"mypy",
259-
"pandas-stubs",
259+
# TODO: update to latest pandas-stubs once we resolve bigframes issues.
260+
"pandas-stubs<=2.2.3.241126",
260261
"types-protobuf",
261262
"types-python-dateutil",
262263
"types-requests",

0 commit comments

Comments
 (0)