Skip to content

Commit 31ae07b

Browse files
malfetpytorchmergebot
authored andcommitted
[CI] Do not install libuv on MacOS (pytorch#154307)
It's tensorpipe submodule and is build from source Same for `dataclasses` as it's needed only for python-3.6 And get rid of `nidia-ml-py` Pull Request resolved: pytorch#154307 Approved by: https://github.com/cyyever, https://github.com/Skylion007 ghstack dependencies: pytorch#154304
1 parent 6968386 commit 31ae07b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/requirements/conda-env-macOS-ARM64

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Not pinning certifi so that we can always get the latest certificates
22
certifi
33
cmake=3.22.*
4-
dataclasses=0.8
54
expecttest=0.3.0
6-
# Cross-compiling arm64 from x86-64 picks up 1.40.0 while testing on arm64
7-
# itself only has up to 1.39.0 from upstream conda. Both work though
8-
libuv>=1.39.0,<=1.40.0
95
numpy=1.26.4
106
pillow=10.0.1
117
pip=23.2.1

.github/requirements/pip-requirements-macOS.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ librosa>=0.6.2
77
mpmath==1.3.0
88
networkx==2.8.7
99
numba==0.59.0
10-
nvidia-ml-py==11.525.84
1110
opt-einsum>=3.3
1211
optree==0.13.0
1312
packaging==23.1

0 commit comments

Comments
 (0)