Skip to content

Commit 00d0ac6

Browse files
authored
Make sympy mandatory dependency of PyTorch
Should fix https://github.com/pytorch/audio/actions/runs/3684598046/jobs/6234531675
1 parent 5c3cdb0 commit 00d0ac6

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
@@ -41,7 +41,7 @@ requirements:
4141
- libuv # [win]
4242
- intel-openmp # [win]
4343
- typing_extensions
44-
- sympy # [linux]
44+
- sympy
4545
{% if cross_compile_arm64 == 0 %}
4646
- blas * mkl
4747
{% endif %}

0 commit comments

Comments
 (0)