Skip to content

Commit f98ccc0

Browse files
dockerfile
1 parent ebe560c commit f98ccc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ numpy \
3030
psutil \
3131
pyyaml \
3232
requests \
33-
setuptools<=72.1.0 \
33+
"setuptools<=72.1.0" \
3434
types-dataclasses \
35-
typing-extensions>=4.10.0 \
36-
sympy==1.13.1 \
35+
"typing-extensions>=4.10.0" \
36+
"sympy==1.13.1" \
3737
filelock \
3838
networkx \
3939
jinja2 \
4040
fsspec \
4141
lintrunner \
4242
ninja \
4343
packaging \
44-
optree>=0.13.0
44+
"optree>=0.13.0"
4545

4646

4747
# Copy the PyTorch source code into the container

0 commit comments

Comments
 (0)