Skip to content

Commit c2f63d6

Browse files
authored
Need slightly newer setuptools now (#11)
1 parent fd25766 commit c2f63d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN mkdir /wheels
5555
# Install build deps that aren't in project requirements files
5656
# Make sure to upgrade setuptools to avoid triton build bug
5757
# cmake '4.x' isn't parsed right by some tools yet
58-
RUN uv pip install -U build "cmake<4" ninja pybind11 "setuptools<=76" wheel
58+
RUN uv pip install -U build "cmake<4" ninja pybind11 setuptools wheel
5959

6060
# Handle arm64 torch build
6161
FROM build-base AS build-torch

0 commit comments

Comments
 (0)