Skip to content

Commit 154b0de

Browse files
authored
Added tensorflow to known packages (#1897)
1 parent ed1f796 commit 154b0de

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,18 @@
329329
"flask": {
330330
"flask": []
331331
},
332+
"flatbuffers": {
333+
"flatbuffers": [],
334+
"flatbuffers._version": [],
335+
"flatbuffers.builder": [],
336+
"flatbuffers.compat": [],
337+
"flatbuffers.encode": [],
338+
"flatbuffers.flexbuffers": [],
339+
"flatbuffers.number_types": [],
340+
"flatbuffers.packer": [],
341+
"flatbuffers.table": [],
342+
"flatbuffers.util": []
343+
},
332344
"fonttools": {
333345
"fontTools": []
334346
},
@@ -391,6 +403,9 @@
391403
"fsspec.transaction": [],
392404
"fsspec.utils": []
393405
},
406+
"gast": {
407+
"gast": [],
408+
},
394409
"gitdb": {
395410
"gitdb": []
396411
},
@@ -401,6 +416,9 @@
401416
"google.auth": [],
402417
"google.oauth2": []
403418
},
419+
"google-pasta": {
420+
"pasta": []
421+
},
404422
"graphene": {
405423
"graphene": []
406424
},
@@ -410,9 +428,15 @@
410428
"graphql-relay": {
411429
"graphql_relay": []
412430
},
431+
"grpcio": {
432+
"grpc": []
433+
},
413434
"gunicorn": {
414435
"gunicorn": []
415436
},
437+
"h5py": {
438+
"h5py": []
439+
},
416440
"html5lib": {
417441
"html5lib": []
418442
},
@@ -453,10 +477,19 @@
453477
"joblib": {
454478
"joblib": []
455479
},
480+
"keras": {
481+
"keras": []
482+
},
456483
"kiwisolver": {
457484
"kiwisolver": [],
458485
"kiwisolver.exceptions": []
459486
},
487+
"libclang": {
488+
"clang": [],
489+
"clang.cindex": [],
490+
"clang.enumerations": [],
491+
"clang.native": []
492+
},
460493
"lxml": {
461494
"lxml": []
462495
},
@@ -466,6 +499,9 @@
466499
"markdown": {
467500
"markdown": []
468501
},
502+
"markdown-it-py": {
503+
"markdown_it": []
504+
},
469505
"markupsafe": {
470506
"markupsafe": [],
471507
"markupsafe._native": []
@@ -478,6 +514,19 @@
478514
"mccabe": {
479515
"mccabe": []
480516
},
517+
"mdurl": {
518+
"mdurl": [],
519+
"mdurl._decode": [],
520+
"mdurl._encode": [],
521+
"mdurl._format": [],
522+
"mdurl._parse": [],
523+
"mdurl._url": []
524+
},
525+
"ml-dtypes": {
526+
"ml_dtypes": [],
527+
"ml_dtypes._finfo": [],
528+
"ml_dtypes._iinfo": []
529+
},
481530
"mlflow": {
482531
"mlflow": [],
483532
"mlflow.data.delta_dataset_source": [
@@ -591,6 +640,12 @@
591640
"mypy-extensions": {
592641
"mypy_extensions": []
593642
},
643+
"namex": {
644+
"namex": [],
645+
"namex.convert": [],
646+
"namex.export": [],
647+
"namex.generate": []
648+
},
594649
"networkx": {
595650
"networkx": []
596651
},
@@ -746,6 +801,12 @@
746801
"opentelemetry.semconv.trace": [],
747802
"opentelemetry.semconv.version": []
748803
},
804+
"opt-einsum": {
805+
"opt_einsum": []
806+
},
807+
"optree": {
808+
"optree": []
809+
},
749810
"packaging": {
750811
"packaging": []
751812
},
@@ -871,6 +932,9 @@
871932
"pyasn1_modules": {
872933
"pyasn1_modules": []
873934
},
935+
"pygments": {
936+
"pygments": []
937+
},
874938
"pylint": {
875939
"pylint": []
876940
},
@@ -1767,6 +1831,9 @@
17671831
"requests": {
17681832
"requests": []
17691833
},
1834+
"rich": {
1835+
"rich": []
1836+
},
17701837
"rsa": {
17711838
"rsa": []
17721839
},
@@ -1856,6 +1923,21 @@
18561923
"isympy": [],
18571924
"sympy": []
18581925
},
1926+
"tensorboard": {
1927+
"tensorboard": []
1928+
},
1929+
"tensorboard-data-server": {
1930+
"tensorboard_data_server": []
1931+
},
1932+
"tensorflow": {
1933+
"tensorflow": []
1934+
},
1935+
"tensorflow-io-gcs-filesystem": {
1936+
"tensorflow_io_gcs_filesystem": []
1937+
},
1938+
"termcolor": {
1939+
"termcolor": []
1940+
},
18591941
"threadpoolctl": {
18601942
"threadpoolctl": []
18611943
},

0 commit comments

Comments
 (0)