mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 12:02:19 +08:00
Pin keras to 3.6.* when stubtesting tensorflow (#13137)
This commit is contained in:
@@ -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.*"]
|
||||
|
||||
Reference in New Issue
Block a user