Skip to content

Commit

Permalink
Make sympy mandatory dependency of PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Dec 13, 2022
1 parent 5c3cdb0 commit 00d0ac6
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 @@ -41,7 +41,7 @@ requirements:
- libuv # [win]
- intel-openmp # [win]
- typing_extensions
- sympy # [linux]
- sympy
{% if cross_compile_arm64 == 0 %}
- blas * mkl
{% endif %}
Expand Down

0 comments on commit 00d0ac6

Please sign in to comment.