Skip to content

Commit 02d5015

Browse files
committed
Add filelock and networkx deps (#1327)
To match dependencies for wheel files defined in https://github.com/pytorch/pytorch/blob/ed1957dc1989417cb978d3070a4e3d20520674b4/setup.py#L1021-L1024
1 parent 602247e commit 02d5015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ requirements:
4444
- intel-openmp # [win]
4545
- typing_extensions
4646
- sympy
47+
- filelock
48+
- networkx
4749
{% if cross_compile_arm64 == 0 %}
4850
- blas * mkl
4951
{% endif %}

0 commit comments

Comments
 (0)