Skip to content

Fix python-tensorflow with tensorflow 2.15

loqs requested to merge (removed):pytensorflow-2.15-import-failure into main
  • export TF_PYTHON_VERSION
    • TF_PYTHON_VERSION sets the python version. If not set it defaults to 3.10 for v2.15.0 1.
  • Add dependency on python-ml-dtypes.
    • Required since upstream commit 075650f5b215394b3e124ba269da53ff228fe15b 2.

Fixes #4 (closed).

Edited by loqs

Merge request reports