Update TensorFlow to v2.12.1

This commit is contained in:
Shuhei Iitsuka
2024-02-28 07:07:27 +09:00
committed by Shuhei Iitsuka
parent 8ff4c30ace
commit f803ba8751

View File

@@ -61,7 +61,7 @@ setup(
install_requires=[
'cairocffi',
'pillow',
'tensorflow~=2.9.1',
'tensorflow~=2.12.1',
'tf_slim~=1.1.0',
'enum34;python_version<"3.4"',
'pyserial',