Skip to content

Commit fa36086

Browse files
committed
Bump numpy/pandas to work with Python 3.12
Partial cherry-pick of project-chip#33637. When installing pip requirements for all fails on Python 3.12 with: File "/tmp/pip-build-env-o33g4it5/overlay/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? Bump numpy/pandas to make this work on v1.3 branch too.
1 parent 39cd2f1 commit fa36086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)