diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 1b0b237593b4..bc17e0be2a11 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -300,7 +300,7 @@ def get_portability_package_data(): ], 'interactive': [ 'facets-overview>=1.0.0,<2', - 'google-cloud-dataproc>=3.0.0,<3.2.0', + 'google-cloud-dataproc>=3.0.0,<5.8.0', # IPython>=8 is not compatible with Python<=3.7 'ipython>=7,<8;python_version<="3.7"', 'ipython>=8,<9;python_version>"3.7"',