Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information