Skip to content

Commit

Permalink
Revert "Restrict jinja to py 3.10 or less (pytorch#1346)" (pytorch#1361)
Browse files Browse the repository at this point in the history
This reverts commit cb23831.
  • Loading branch information
malfet authored Mar 16, 2023
1 parent cb23831 commit 9f0fad9
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 # [py <= 310]
- jinja2
{% if cross_compile_arm64 == 0 %}
- blas * mkl
{% endif %}
Expand Down

0 comments on commit 9f0fad9

Please sign in to comment.