Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/python-pandas: downgrade to 1.0.5 (#222)
We have to pick a very specific pandas version to work properly on the new buildroot (much like we did with the old buildroot): - The version before the upgrade, 0.5.3, doesn't work with python 3.10's limited C interface (it uses an old enough cython that generated C does ++Py_REFCNT(obj) but >=3.10 doesn't have that macro resolving to an lvalue) - The absolute latest versions require a higher version of numpy than we provide - More recent versions than specifically the 1.0 series have something messed up in their cross-compilation and disagree with the numpy c library on the size of integers The 1.0 series seems to work and 1.0.5 is the latest 1.0 so here we are. Closes RQA-2413
- Loading branch information