Skip to content

Commit 79d891d

Browse files
agnersenkiusz
andauthored
python: Fix bootstrap on python 3.13 (project-chip#38258) (project-chip#38332)
Co-authored-by: Maciej Grela <[email protected]>
1 parent 8a70495 commit 79d891d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ packaging==23.0
141141
# ghapi
142142
# idf-component-manager
143143
# west
144-
pandas==2.1.4 ; platform_machine != "aarch64" and platform_machine != "arm64"
144+
pandas==2.2.3 ; platform_machine != "aarch64" and platform_machine != "arm64"
145145
# via -r requirements.memory.txt
146146
parso==0.8.3
147147
# via jedi

0 commit comments

Comments
 (0)