From 24762cc42711af6585f0bc8ef5fce8cb76e59ca3 Mon Sep 17 00:00:00 2001 From: Alex Merose Date: Thu, 7 Nov 2024 12:25:31 +0800 Subject: [PATCH] Update tox.ini --- sdks/python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index a08a551943a4..2f1b39ef9d1a 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -111,7 +111,7 @@ commands = [testenv:py{39,310,311,312}-dask] extras = test,dask,dataframes commands_pre = - pip install 'distributed>=2024.4.' 'dask>=2024.4.2' + pip install 'distributed>=2024.4.2' 'dask>=2024.4.2' commands = bash {toxinidir}/scripts/run_pytest.sh {envname} {toxinidir}/apache_beam/runners/dask/