We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6af9b commit 75dc9e6Copy full SHA for 75dc9e6
noxfile.py
@@ -542,7 +542,12 @@ def prerelease(session: nox.sessions.Session, tests_path):
542
# TODO(shobs): Remove excluding version 2.2.0rc0 after
543
# https://github.com/pandas-dev/pandas/issues/56646 and
544
# https://github.com/pandas-dev/pandas/issues/56651 are resolved.
545
- "pandas!=2.1.4,!=2.2.0rc0",
+ #
546
+ # TODO(shobs): Remove excluding version 2.2.0 after
547
+ # https://github.com/googleapis/python-bigquery-dataframes/issues/341
548
+ # https://github.com/googleapis/python-bigquery-dataframes/issues/337
549
+ # are resolved
550
+ "pandas!=2.1.4, !=2.2.0rc0, !=2.2.0",
551
)
552
already_installed.add("pandas")
553
0 commit comments