Skip to content

Commit 7d030e5

Browse files
committed
[tqdm] Add tensorflow to stubtest-dependencies
1 parent 56cbde4 commit 7d030e5

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Cannot import in stubtest
22
tqdm.__main__
33

4-
# TODO: Reenable when tensorflow supports Python 3.13 and is added to the
5-
# stubtest dependencies in METADATA.toml.
6-
tqdm.keras
7-
84
# Fails to import as of v4.68.0 since it attempts to re-export functions that were
95
# removed from 'tqdm.utils' (e.g. _screen_shape_linux).
106
tqdm._utils

stubs/tqdm/METADATA.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ optional-dependencies = ["types-requests"]
44

55
[tool.stubtest]
66
extras = ["slack", "telegram"]
7-
# Add `"tensorflow"` to this list when there's a tensorflow release supporting
8-
# Python 3.13: https://github.com/tensorflow/tensorflow/issues/78774.
9-
# Also remove tqdm.keras from @tests/stubtest_allowlist.txt.
10-
stubtest-dependencies = ["dask", "pandas", "rich"]
7+
stubtest-dependencies = ["dask", "pandas", "rich", "tensorflow"]

0 commit comments

Comments
 (0)