tfds-nightly 4.9.9.dev202508170045__py3-none-any.whl → 4.9.9.dev202508180045__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tensorflow_datasets/core/lazy_imports_lib_test.py +4 -4
- {tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/METADATA +4 -12
- {tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/RECORD +8 -8
- {tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/WHEEL +0 -0
- {tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/entry_points.txt +0 -0
- {tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/licenses/AUTHORS +0 -0
- {tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/licenses/LICENSE +0 -0
- {tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/top_level.txt +0 -0
@@ -25,17 +25,18 @@ class LazyImportsTest(testing.TestCase, parameterized.TestCase):
|
|
25
25
|
# The following deps are not in the test list because the datasets that
|
26
26
|
# require them need to have their tests run in isolation:
|
27
27
|
# * crepe (NSynth)
|
28
|
+
# * gcld3 (c4)
|
29
|
+
# * langdetect (c4)
|
28
30
|
# * librosa (NSynth)
|
31
|
+
# * nltk (c4)
|
32
|
+
# * tldextract (c4)
|
29
33
|
@parameterized.parameters(
|
30
34
|
"bs4",
|
31
35
|
"cv2",
|
32
|
-
"gcld3",
|
33
36
|
"gcsfs_store",
|
34
|
-
"langdetect",
|
35
37
|
"lxml",
|
36
38
|
"matplotlib",
|
37
39
|
"mwparserfromhell",
|
38
|
-
"nltk",
|
39
40
|
"os",
|
40
41
|
"pandas",
|
41
42
|
"pretty_midi",
|
@@ -44,7 +45,6 @@ class LazyImportsTest(testing.TestCase, parameterized.TestCase):
|
|
44
45
|
"scipy",
|
45
46
|
"skimage",
|
46
47
|
"tifffile",
|
47
|
-
"tldextract",
|
48
48
|
"zarr",
|
49
49
|
)
|
50
50
|
def test_import(self, module_name):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tfds-nightly
|
3
|
-
Version: 4.9.9.
|
3
|
+
Version: 4.9.9.dev202508180045
|
4
4
|
Summary: tensorflow/datasets is a library of datasets ready to use with TensorFlow.
|
5
5
|
Home-page: https://github.com/tensorflow/datasets
|
6
6
|
Download-URL: https://github.com/tensorflow/datasets/tags
|
@@ -63,11 +63,6 @@ Requires-Dist: apache-beam<2.65.0; extra == "tests-all"
|
|
63
63
|
Requires-Dist: gcsfs; extra == "tests-all"
|
64
64
|
Requires-Dist: zarr<3.0.0; extra == "tests-all"
|
65
65
|
Requires-Dist: apache-beam<2.65.0; extra == "tests-all"
|
66
|
-
Requires-Dist: gcld3; extra == "tests-all"
|
67
|
-
Requires-Dist: langdetect; extra == "tests-all"
|
68
|
-
Requires-Dist: nltk==3.8.1; extra == "tests-all"
|
69
|
-
Requires-Dist: tldextract; extra == "tests-all"
|
70
|
-
Requires-Dist: apache-beam<2.65.0; extra == "tests-all"
|
71
66
|
Requires-Dist: matplotlib; extra == "tests-all"
|
72
67
|
Requires-Dist: Pillow; extra == "tests-all"
|
73
68
|
Requires-Dist: pydub; extra == "tests-all"
|
@@ -132,10 +127,6 @@ Requires-Dist: pyyaml; extra == "huggingface"
|
|
132
127
|
Requires-Dist: scipy; extra == "huggingface"
|
133
128
|
Requires-Dist: gcsfs; extra == "huggingface"
|
134
129
|
Requires-Dist: zarr<3.0.0; extra == "huggingface"
|
135
|
-
Requires-Dist: gcld3; extra == "huggingface"
|
136
|
-
Requires-Dist: langdetect; extra == "huggingface"
|
137
|
-
Requires-Dist: nltk==3.8.1; extra == "huggingface"
|
138
|
-
Requires-Dist: tldextract; extra == "huggingface"
|
139
130
|
Requires-Dist: matplotlib; extra == "huggingface"
|
140
131
|
Requires-Dist: Pillow; extra == "huggingface"
|
141
132
|
Requires-Dist: pydub; extra == "huggingface"
|
@@ -182,6 +173,7 @@ Requires-Dist: gcld3; extra == "c4"
|
|
182
173
|
Requires-Dist: langdetect; extra == "c4"
|
183
174
|
Requires-Dist: nltk==3.8.1; extra == "c4"
|
184
175
|
Requires-Dist: tldextract; extra == "c4"
|
176
|
+
Requires-Dist: tensorflow<2.20.0; extra == "c4"
|
185
177
|
Provides-Extra: c4-wsrs
|
186
178
|
Requires-Dist: apache-beam<2.65.0; extra == "c4-wsrs"
|
187
179
|
Provides-Extra: cats-vs-dogs
|
@@ -210,9 +202,9 @@ Requires-Dist: pydub; extra == "librispeech"
|
|
210
202
|
Provides-Extra: lsun
|
211
203
|
Requires-Dist: tensorflow-io[tensorflow]; extra == "lsun"
|
212
204
|
Provides-Extra: nsynth
|
213
|
-
Requires-Dist: crepe
|
205
|
+
Requires-Dist: crepe; extra == "nsynth"
|
214
206
|
Requires-Dist: librosa; extra == "nsynth"
|
215
|
-
Requires-Dist:
|
207
|
+
Requires-Dist: tensorflow<2.20.0; extra == "nsynth"
|
216
208
|
Provides-Extra: ogbg-molpcba
|
217
209
|
Requires-Dist: pandas; extra == "ogbg-molpcba"
|
218
210
|
Requires-Dist: networkx; extra == "ogbg-molpcba"
|
{tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/RECORD
RENAMED
@@ -85,7 +85,7 @@ tensorflow_datasets/core/hashing_test.py,sha256=duT2nnr6jT7ienXvjWa7-s32Oy6saskJ
|
|
85
85
|
tensorflow_datasets/core/lazy_builder_import.py,sha256=ASBXRekXOeQuaY3KrL1zvUYJ6g1yxHztc8EsNo0GK1s,2019
|
86
86
|
tensorflow_datasets/core/lazy_builder_import_test.py,sha256=I8Z8UHjaGeKCct3mf_nC-kMq0IXqNxKcnPNLXmzzCrQ,2081
|
87
87
|
tensorflow_datasets/core/lazy_imports_lib.py,sha256=Q-c3qGEZJDqviEQUiro2iBpMw7KA-YbWQ3VFIcJ7rK8,5961
|
88
|
-
tensorflow_datasets/core/lazy_imports_lib_test.py,sha256=
|
88
|
+
tensorflow_datasets/core/lazy_imports_lib_test.py,sha256=j4d2n3gkJZ-BMPJF9_C2Hptk0k_nTWZSZufKEaoP9KA,1703
|
89
89
|
tensorflow_datasets/core/load.py,sha256=1FQVnKwn8OVS_IgDbs9XN7aIVxQnyfrS0pI2X9dh77M,37765
|
90
90
|
tensorflow_datasets/core/load_test.py,sha256=EEa8GuSIrEbn0RcGrWS3hmmatKBqBA3QOQWpQ1WjVgA,6490
|
91
91
|
tensorflow_datasets/core/naming.py,sha256=B_P77QDA4lkG2FUl4PrzZR0U6qqae_fLxruGBw3ZSVc,25614
|
@@ -2474,10 +2474,10 @@ tensorflow_datasets/vision_language/wit/wit_test.py,sha256=PXS8DMNW-MDrT2p5oy4Ic
|
|
2474
2474
|
tensorflow_datasets/vision_language/wit_kaggle/__init__.py,sha256=vGwSGeM8WE4Q-l0-eEE1sBojmk6YT0l1OO60AWa4Q40,719
|
2475
2475
|
tensorflow_datasets/vision_language/wit_kaggle/wit_kaggle.py,sha256=q-vX_FBzIwsFxL4sY9vuyQ3UQD2PLM4yhUR4U6l-qao,16903
|
2476
2476
|
tensorflow_datasets/vision_language/wit_kaggle/wit_kaggle_test.py,sha256=ZymHT1NkmD-pUnh3BmM3_g30c5afsWYnmqDD9dVyDSA,1778
|
2477
|
-
tfds_nightly-4.9.9.
|
2478
|
-
tfds_nightly-4.9.9.
|
2479
|
-
tfds_nightly-4.9.9.
|
2480
|
-
tfds_nightly-4.9.9.
|
2481
|
-
tfds_nightly-4.9.9.
|
2482
|
-
tfds_nightly-4.9.9.
|
2483
|
-
tfds_nightly-4.9.9.
|
2477
|
+
tfds_nightly-4.9.9.dev202508180045.dist-info/licenses/AUTHORS,sha256=nvBG4WwfgjuOu1oZkuQKw9kg7X6rve679ObS-YDDmXg,309
|
2478
|
+
tfds_nightly-4.9.9.dev202508180045.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
2479
|
+
tfds_nightly-4.9.9.dev202508180045.dist-info/METADATA,sha256=QlYSV8mZ9b4fKn4t6GpWIFsRjq1eTSh7JDcPe08a2zc,11291
|
2480
|
+
tfds_nightly-4.9.9.dev202508180045.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
2481
|
+
tfds_nightly-4.9.9.dev202508180045.dist-info/entry_points.txt,sha256=eHEL7nF5y1uCY2FgkuYIdE062epJXlAQTSdq89px4p4,73
|
2482
|
+
tfds_nightly-4.9.9.dev202508180045.dist-info/top_level.txt,sha256=bAevmk9209s_oxVZVlN6hSDIVS423qrMQvmcWSvW4do,20
|
2483
|
+
tfds_nightly-4.9.9.dev202508180045.dist-info/RECORD,,
|
{tfds_nightly-4.9.9.dev202508170045.dist-info → tfds_nightly-4.9.9.dev202508180045.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|