From da168cc96e1853ede543ad81db50a7c9aa63aba4 Mon Sep 17 00:00:00 2001 From: mihirparadkar Date: Mon, 12 Jun 2023 10:31:40 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5404eab2..1fffa4c6 100644 --- a/setup.py +++ b/setup.py @@ -168,7 +168,7 @@ def get_version(): ], namespace_packages=[], install_requires=[ - 'apache-beam', + 'apache-beam<2.47.0', 'google-vizier>=0.0.13', 'ml-collections', 'networkx',