Skip to content

Commit

Permalink
Restrict jinja to py 3.10 or less (pytorch#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Mar 10, 2023
1 parent 6bd00cd commit cb23831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements:
- sympy
- filelock
- networkx
- jinja2
- jinja2 # [py <= 310]
{% if cross_compile_arm64 == 0 %}
- blas * mkl
{% endif %}
Expand Down

0 comments on commit cb23831

Please sign in to comment.