Clean up missing dependency change updates

This commit is contained in:
nolash
2021-05-03 19:51:05 +02:00
parent 9f7fd58142
commit c951f4718e
10 changed files with 19 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && \
# Copy shared requirements from top of mono-repo
RUN echo "copying root req file ${root_requirement_file}"
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a76
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2b9
COPY cic-cache/requirements.txt ./
COPY cic-cache/setup.cfg \