Skip to content

Commit 4ac95d3

Browse files
authored
Added librosa to known list (#2992)
## Changes Added `librosa` to known list ### Linked issues Partly resolve #1931
1 parent 7211b46 commit 4ac95d3

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

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

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10260,6 +10260,44 @@
1026010260
"clang.enumerations": [],
1026110261
"clang.native": []
1026210262
},
10263+
"librosa": {
10264+
"librosa": [],
10265+
"librosa._cache": [],
10266+
"librosa._typing": [],
10267+
"librosa.beat": [],
10268+
"librosa.core": [],
10269+
"librosa.core.audio": [],
10270+
"librosa.core.constantq": [],
10271+
"librosa.core.convert": [],
10272+
"librosa.core.fft": [],
10273+
"librosa.core.harmonic": [],
10274+
"librosa.core.intervals": [],
10275+
"librosa.core.notation": [],
10276+
"librosa.core.pitch": [],
10277+
"librosa.core.spectrum": [],
10278+
"librosa.decompose": [],
10279+
"librosa.display": [],
10280+
"librosa.effects": [],
10281+
"librosa.feature": [],
10282+
"librosa.feature.inverse": [],
10283+
"librosa.feature.rhythm": [],
10284+
"librosa.feature.spectral": [],
10285+
"librosa.feature.utils": [],
10286+
"librosa.filters": [],
10287+
"librosa.onset": [],
10288+
"librosa.segment": [],
10289+
"librosa.sequence": [],
10290+
"librosa.util": [],
10291+
"librosa.util._nnls": [],
10292+
"librosa.util.decorators": [],
10293+
"librosa.util.deprecation": [],
10294+
"librosa.util.example_data": [],
10295+
"librosa.util.exceptions": [],
10296+
"librosa.util.files": [],
10297+
"librosa.util.matching": [],
10298+
"librosa.util.utils": [],
10299+
"librosa.version": []
10300+
},
1026310301
"lifelines": {
1026410302
"lifelines": [],
1026510303
"lifelines.calibration": [],
@@ -10321,6 +10359,38 @@
1032110359
"livereload.server": [],
1032210360
"livereload.watcher": []
1032310361
},
10362+
"llvmlite": {
10363+
"llvmlite": [],
10364+
"llvmlite._version": [],
10365+
"llvmlite.binding": [],
10366+
"llvmlite.binding.analysis": [],
10367+
"llvmlite.binding.common": [],
10368+
"llvmlite.binding.context": [],
10369+
"llvmlite.binding.dylib": [],
10370+
"llvmlite.binding.executionengine": [],
10371+
"llvmlite.binding.ffi": [],
10372+
"llvmlite.binding.initfini": [],
10373+
"llvmlite.binding.linker": [],
10374+
"llvmlite.binding.module": [],
10375+
"llvmlite.binding.object_file": [],
10376+
"llvmlite.binding.options": [],
10377+
"llvmlite.binding.orcjit": [],
10378+
"llvmlite.binding.passmanagers": [],
10379+
"llvmlite.binding.targets": [],
10380+
"llvmlite.binding.transforms": [],
10381+
"llvmlite.binding.typeref": [],
10382+
"llvmlite.binding.value": [],
10383+
"llvmlite.ir": [],
10384+
"llvmlite.ir._utils": [],
10385+
"llvmlite.ir.builder": [],
10386+
"llvmlite.ir.context": [],
10387+
"llvmlite.ir.instructions": [],
10388+
"llvmlite.ir.module": [],
10389+
"llvmlite.ir.transforms": [],
10390+
"llvmlite.ir.types": [],
10391+
"llvmlite.ir.values": [],
10392+
"llvmlite.utils": []
10393+
},
1032410394
"lxml": {
1032510395
"lxml": []
1032610396
},
@@ -10604,6 +10674,12 @@
1060410674
"msal.wstrust_request": [],
1060510675
"msal.wstrust_response": []
1060610676
},
10677+
"msgpack": {
10678+
"msgpack": [],
10679+
"msgpack.exceptions": [],
10680+
"msgpack.ext": [],
10681+
"msgpack.fallback": []
10682+
},
1060710683
"multidict": {
1060810684
"multidict": []
1060910685
},
@@ -25880,6 +25956,15 @@
2588025956
"pluggy": {
2588125957
"pluggy": []
2588225958
},
25959+
"pooch": {
25960+
"pooch": [],
25961+
"pooch._version": [],
25962+
"pooch.core": [],
25963+
"pooch.downloaders": [],
25964+
"pooch.hashes": [],
25965+
"pooch.processors": [],
25966+
"pooch.utils": []
25967+
},
2588325968
"prometheus_client": {
2588425969
"prometheus_client": [],
2588525970
"prometheus_client.asgi": [],
@@ -28734,6 +28819,11 @@
2873428819
"solacc": {
2873528820
"solacc.companion": []
2873628821
},
28822+
"soundfile": {
28823+
"_soundfile": [],
28824+
"_soundfile_data": [],
28825+
"soundfile": []
28826+
},
2873728827
"soupsieve": {
2873828828
"soupsieve": [],
2873928829
"soupsieve.__meta__": [],
@@ -28743,6 +28833,10 @@
2874328833
"soupsieve.pretty": [],
2874428834
"soupsieve.util": []
2874528835
},
28836+
"soxr": {
28837+
"soxr": [],
28838+
"soxr._version": []
28839+
},
2874628840
"spacy": {
2874728841
"spacy": [],
2874828842
"spacy.about": [],

0 commit comments

Comments
 (0)