From 49ad4086b0b7276f48ee0bd68336e95c985475a5 Mon Sep 17 00:00:00 2001 From: Chloe He Date: Sat, 20 Jul 2024 04:34:36 -0700 Subject: [PATCH] chore(conda): relax python pinned version in the flink yaml file (#9640) --- conda/environment-arm64-flink.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/environment-arm64-flink.yml b/conda/environment-arm64-flink.yml index fdeb90aaa0f1..f7d2cf553efc 100644 --- a/conda/environment-arm64-flink.yml +++ b/conda/environment-arm64-flink.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # runtime dependencies - - python =3.10 + - python >=3.10,<3.12 - atpublic >=2.3 - black >=22.1.0,<25 - clickhouse-connect >=0.5.23