Skip to content

Commit

Permalink
Bump dependency versions in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Dec 27, 2021
1 parent 2ba9021 commit 8dfeb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN export DEBIAN_FRONTEND="noninteractive" && apt-get -qq update && \
# for repetitive builds

RUN pip3 install \
"Pcbdraw ~= 0.6" \
"numpy ~= 1.20" \
"Pcbdraw ~= 0.9" \
"numpy ~= 1.21.5" \
"shapely ~= 1.7" \
"click ~= 7.1" \
"markdown2 ~= 2.4" \
Expand Down

0 comments on commit 8dfeb79

Please sign in to comment.