[tensorflow] Pin keras to 3.3.* (#12221)

This commit is contained in:
Sebastian Rittau
2024-06-26 11:03:32 +02:00
committed by GitHub
parent 68408b3528
commit fa73f9ff4a

View File

@@ -10,4 +10,5 @@ partial_stub = true
[tool.stubtest]
ignore_missing_stub = true
stubtest_requirements = ["keras>=3.3.3"]
# TODO: Support/update to keras 3.4
stubtest_requirements = ["keras>=3.3.3,<3.4"]