summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pandas/0001-pyproject.toml-Downgrade-numpy-version-needs-to-1.x.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-pandas: Upgrade to 2.2.3Khem Raj12 days1-27/+0
| | | | | | | | | Fixes build with cython >=3.1 Drop patch to pin numpy to 1.x Edit out absolute paths from cython generated C files Cc: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: Downgrade version check for numpy to 1.xKhem Raj2024-08-241-0/+27
Helps it build with PEP-517 backend Signed-off-by: Khem Raj <raj.khem@gmail.com>