Pin keras to 3.6.* when stubtesting tensorflow (#13137)

This commit is contained in:
Alex Waygood
2024-11-27 16:50:23 +00:00
committed by GitHub
parent 3f9234fb79
commit 90e6bd9aca
2 changed files with 3 additions and 11 deletions

View File

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