Unverified Commit feef3d1c authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

explicitly install setuptools-scm

parent 6b33f7a8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
    && rm -rf /var/lib/apt/lists/*

# Install uv
RUN pip install --no-cache-dir uv
RUN pip install --no-cache-dir uv setuptools-scm[simple]>=8

WORKDIR /app
COPY pyproject.toml uv.lock .python-version ./