Skip to content

Commit 8dfeb79

Browse files
committed
Bump dependency versions in docker
1 parent 2ba9021 commit 8dfeb79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN export DEBIAN_FRONTEND="noninteractive" && apt-get -qq update && \
2222
# for repetitive builds
2323

2424
RUN pip3 install \
25-
"Pcbdraw ~= 0.6" \
26-
"numpy ~= 1.20" \
25+
"Pcbdraw ~= 0.9" \
26+
"numpy ~= 1.21.5" \
2727
"shapely ~= 1.7" \
2828
"click ~= 7.1" \
2929
"markdown2 ~= 2.4" \

0 commit comments

Comments
 (0)