From 9f0fad92f342b146272d0f99d3969c2c148e80ba Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Thu, 16 Mar 2023 12:30:03 -0700 Subject: [PATCH] Revert "Restrict jinja to py 3.10 or less (#1346)" (#1361) This reverts commit cb23831325d405ee122e3eb92eac0fc2695a18fe. --- conda/pytorch-nightly/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index 9416a1ed8..c98536cc5 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -46,7 +46,7 @@ requirements: - sympy - filelock - networkx - - jinja2 # [py <= 310] + - jinja2 {% if cross_compile_arm64 == 0 %} - blas * mkl {% endif %}