[Bug 280234] science/py-tensorflow: upd ate 2.9.1 → 2.13.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 Nov 2024 09:35:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280234

--- Comment #14 from Lars Herschke <lhersch@dssgmbh.de> ---
tf.version() does not work like this. You can display the version number as
follows.

python3.11 -c "import tensorflow as tf; print('TensorFlow version:',
tf.version.VERSION)"

-- 
You are receiving this mail because:
You are the assignee for the bug.