Skip to content

Commit 5b12c8e

Browse files
authored
Restrict jinja to py 3.10 or less (#1345)
1 parent c5e9e20 commit 5b12c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ requirements:
4646
- sympy
4747
- filelock
4848
- networkx
49-
- jinja2
49+
- jinja2 # [py <= 310]
5050
{% if cross_compile_arm64 == 0 %}
5151
- blas * mkl
5252
{% endif %}

0 commit comments

Comments
 (0)