commit 91144de255bbd749dbbb1da94b4e7bf44bbbea7d
tree 1ae25eb75d0e26e85a36621fb7d6fde27924273b
parent 58aa2c55f314f9ec69017debb1593af953287d8a
author Laurent Alfonsi <laurent.alfonsi@linaro.org> 2025-02-17 14:45:08 +0100
committer Laurent Alfonsi <laurent.alfonsi@linaro.org> 2025-02-18 14:17:11 +0000

    tcwg-base: specify version for tensorflow
    
    In all distros (focal, jammy, noble), python3, python-pandas, python-numpy
    is getting coherent package versions. in particular for numpy version
    1.26
    
    Latest tensorflow (2.18) requires numpy > 2.0, and upgradeis the numpy
    package. In that case, pandas and numpy are not compatible anymore, and
    emits the error message when trying to use pandas.
    
      ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
    
    Up to tensorflow version 2.17, it will require numpy below 2.0. no
    incompatibilities is raised.
    
    Using :
    * focal and jammy : tensorflow 1.13.1
    * noble : tensorflow 1.17.1
    
    Change-Id: I48a995fb72d4bb1bf44574e4fa50a23800a4040c


:100644 100644 9aee5de98f3cbd1b59300ba0566cc6c708b6107e 660cfef25814d122fc21806247799925fccc1435 M	focal-amd64-tcwg-base/Dockerfile
:100644 100644 9b28bd8afc952d6a0246aa81a5ac732a2bf68f6c 7e36711b4c2c697e8fe0149400edd597cfe115ee M	jammy-amd64-tcwg-base/Dockerfile
:100644 100644 65bae173b77c192e0822b9745bf9b67e897afa82 38d32e189f6f6984d7b80f903839aa02cd532c01 M	noble-amd64-tcwg-base/Dockerfile
:100644 100644 c5b1ab41749ae8536376f52a041185751e303725 6a8a31fc2456d68d87e14d82481219fbccae5aba M	tcwg-base/Dockerfile.in
