Commit 394fb30 1 parent 9c59cc0 commit 394fb30 Copy full SHA for 394fb30
File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN cd /kicad/.local/share/kicad/7.0/3rdparty \
29
29
30
30
RUN mkdir templates \
31
31
&& cd templates \
32
- && wget https://raw.githubusercontent.com/adamws/kle2netlist/v0.2 /kicad-templates/atmega32u4-au-v1/atmega32u4-au-v1.kicad_pcb
32
+ && wget https://raw.githubusercontent.com/adamws/kle2netlist/v0.4.0 /kicad-templates/atmega32u4-au-v1/atmega32u4-au-v1.kicad_pcb
33
33
34
34
COPY --chown=kicad requirements.txt .
35
35
RUN pip3 install -r requirements.txt
Original file line number Diff line number Diff line change 1
1
celery == 5.4.0
2
2
git+https://github.com/adamws/kinet2pcb@1fc8a4b67e9fbb25beade950c80d3cdc8d868c23
3
- minio == 7.2.7
3
+ minio == 7.2.9
4
4
git+https://github.com/adamws/PcbDraw@master
5
- redis == 5.0.7
5
+ redis == 5.1.0
6
6
skidl == 1.0.0
7
7
kle2netlist == 0.4.0
8
- # lxml 5.0.0 breaks PcbDraw: https://github.com/yaqwsx/PcbDraw/issues/157
9
- lxml == 4.9.3
10
- kbplacer == 0.11
11
- pathvalidate == 3.2.0
8
+ lxml == 5.3.0
9
+ kbplacer == 0.12
10
+ pathvalidate == 3.2.1
You can’t perform that action at this time.
0 commit comments