Skip to content

Commit 40d81df

Browse files
committed
Update versions to match system package versions, so that bootstrap is faster
1 parent 26ed230 commit 40d81df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

integrations/docker/images/base/chip-build/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
libdbus-glib-1-dev \
5858
libdmalloc-dev \
5959
libgif-dev \
60+
libgirepository-1.0-1 \
6061
libglib2.0-dev \
6162
libical-dev \
6263
libjpeg-dev \

scripts/setup/constraints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ mypy-extensions==1.0.0
134134
# via mypy
135135
mypy-protobuf==3.5.0
136136
# via -r requirements.all.txt
137-
numpy==1.24.2
137+
numpy==1.26.4
138138
# via pandas
139139
packaging==23.0
140140
# via
@@ -143,7 +143,7 @@ packaging==23.0
143143
# ghapi
144144
# idf-component-manager
145145
# west
146-
pandas==1.5.3 ; platform_machine != "aarch64" and platform_machine != "arm64"
146+
pandas==2.1.4 ; platform_machine != "aarch64" and platform_machine != "arm64"
147147
# via -r requirements.memory.txt
148148
parso==0.8.3
149149
# via jedi

0 commit comments

Comments
 (0)