From 82550dbf8a6d3b0a0ae043c0ff7a2d7aea36c902 Mon Sep 17 00:00:00 2001 From: azhan Date: Tue, 12 Nov 2024 21:54:16 -0800 Subject: [PATCH] SNOW-1491199 IR: Fix conda requirements --- recipe/meta.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 09b6c6b4330..490029e67c3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -26,7 +26,10 @@ requirements: - pip - setuptools >=40.6.0 - wheel - - protobuf + # Snowpark IR + - protobuf==3.20.1 # [py<=310] + - protobuf==4.25.3 # [py>310] + - mypy-protobuf run: - python - cloudpickle >=1.6.0,<=2.0.0 # [py<=310] @@ -37,6 +40,9 @@ requirements: # This might no longer hold true but keep it just to avoid it from biting us again - libffi <=3.4.4 - pyyaml + # Snowpark IR + - protobuf >=3.20,<6 + - tzlocal test: imports: