diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index 6c0fbf4e0..cdc326b43 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -12,7 +12,9 @@ requirements: build: - cmake - {{ compiler('c') }} # [win] - + - pkg-config # [unix] + - libuv # [unix] + host: - python - setuptools @@ -26,8 +28,6 @@ requirements: - dataclasses # [py36] - ninja - libuv # [win] - - libuv # [unix] - - pkg-config # [unix] - numpy=1.19 # [py <= 39] - numpy>=1.21.2 # [py >= 310] - openssl=1.1.1l # [py >= 310 and linux]