From 517d28918a2157dfbb4867d4ca72fe6047080d6f Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 5 Jan 2024 14:34:03 +1100 Subject: [PATCH] conda/meta.yaml: Constrained python version to <=3.11 --- conda/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index fb500a1c..bb2dbc21 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -18,11 +18,11 @@ source: requirements: build: - - python + - python <=3.11 - pbr - setuptools run: - - python + - python <=3.11 - f90nml >=0.16 - yamanifest >=0.3.4 - PyYAML @@ -34,6 +34,8 @@ requirements: # extra for the pypi package - pyOpenSSL >=0.14 - cryptography>=1.3.4 + - GitPython >=3.1.40 + - ruamel.yaml >=0.18.5 test: imports: