Skip to content

Commit a6cf647

Browse files
committed
Unpin spglib
1 parent 2ca4329 commit a6cf647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ RUN --mount=from=uv,source=/uv,target=/bin/uv \
184184
--mount=from=build_deps,source=${UV_CACHE_DIR},target=${UV_CACHE_DIR},rw \
185185
--mount=from=build_deps,source=${QE_APP_SRC},target=${QE_APP_SRC},rw \
186186
uv pip install --strict --system --compile-bytecode --cache-dir=${UV_CACHE_DIR} \
187-
${QE_APP_SRC} spglib==2.5.0 aiida-bader ${AIIDA_HQ_PKG} ${MUON_PKG} ${VIBROSCOPY_PKG}
187+
${QE_APP_SRC} aiida-bader ${AIIDA_HQ_PKG} ${MUON_PKG} ${VIBROSCOPY_PKG}
188188

189189
# copy hq binary
190190
COPY --from=home_build /opt/conda/hq /usr/local/bin/

0 commit comments

Comments
 (0)