From a11b85c4e64478f7ea08ac9e1007445458420a7c Mon Sep 17 00:00:00 2001 From: Raphael Hagen Date: Mon, 7 Oct 2024 13:29:50 -0600 Subject: [PATCH] shift beam version to 2.48 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17e20165..5c3c74ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ license = { text = "Apache-2.0" } keywords = ["pangeo", "data"] dependencies = [ - "apache-beam>=2.54", + "apache-beam>=2.48", "cftime", "dask", "fastparquet",