From 9e0a8f705a53aa4cb753f23983dc503e7b6ad733 Mon Sep 17 00:00:00 2001 From: pritishpai Date: Thu, 3 Oct 2024 14:30:57 -0400 Subject: [PATCH] Added librosa to known list --- .../labs/ucx/source_code/known.json | 138 ++++++++++++++++-- 1 file changed, 128 insertions(+), 10 deletions(-) diff --git a/src/databricks/labs/ucx/source_code/known.json b/src/databricks/labs/ucx/source_code/known.json index 18e1e6c1be..c367b41fc5 100644 --- a/src/databricks/labs/ucx/source_code/known.json +++ b/src/databricks/labs/ucx/source_code/known.json @@ -1557,15 +1557,6 @@ "cloudpickle.cloudpickle": [], "cloudpickle.cloudpickle_fast": [] }, - "colorful": { - "colorful": [], - "colorful.ansi": [], - "colorful.colors": [], - "colorful.core": [], - "colorful.styles": [], - "colorful.terminal": [], - "colorful.utils": [] - }, "cmdstanpy": { "cmdstanpy": [], "cmdstanpy._version": [], @@ -1585,6 +1576,15 @@ "cmdstanpy.utils.logging": [], "cmdstanpy.utils.stancsv": [] }, + "colorful": { + "colorful": [], + "colorful.ansi": [], + "colorful.colors": [], + "colorful.core": [], + "colorful.styles": [], + "colorful.terminal": [], + "colorful.utils": [] + }, "comm": { "comm": [], "comm.base_comm": [] @@ -8062,12 +8062,58 @@ "lazr.uri.tests.test_docs": [], "lazr.uri.tests.test_uri": [] }, + "lazy_loader": { + "lazy_loader": [], + "lazy_loader.tests": [], + "lazy_loader.tests.fake_pkg": [], + "lazy_loader.tests.fake_pkg.some_func": [], + "lazy_loader.tests.import_np_parallel": [], + "lazy_loader.tests.test_lazy_loader": [] + }, "libclang": { "clang": [], "clang.cindex": [], "clang.enumerations": [], "clang.native": [] }, + "librosa": { + "librosa": [], + "librosa._cache": [], + "librosa._typing": [], + "librosa.beat": [], + "librosa.core": [], + "librosa.core.audio": [], + "librosa.core.constantq": [], + "librosa.core.convert": [], + "librosa.core.fft": [], + "librosa.core.harmonic": [], + "librosa.core.intervals": [], + "librosa.core.notation": [], + "librosa.core.pitch": [], + "librosa.core.spectrum": [], + "librosa.decompose": [], + "librosa.display": [], + "librosa.effects": [], + "librosa.feature": [], + "librosa.feature.inverse": [], + "librosa.feature.rhythm": [], + "librosa.feature.spectral": [], + "librosa.feature.utils": [], + "librosa.filters": [], + "librosa.onset": [], + "librosa.segment": [], + "librosa.sequence": [], + "librosa.util": [], + "librosa.util._nnls": [], + "librosa.util.decorators": [], + "librosa.util.deprecation": [], + "librosa.util.example_data": [], + "librosa.util.exceptions": [], + "librosa.util.files": [], + "librosa.util.matching": [], + "librosa.util.utils": [], + "librosa.version": [] + }, "lifelines": { "lifelines": [], "lifelines.calibration": [], @@ -8129,6 +8175,45 @@ "livereload.server": [], "livereload.watcher": [] }, + "llvmlite": { + "llvmlite": [], + "llvmlite._version": [], + "llvmlite.binding": [], + "llvmlite.binding.analysis": [], + "llvmlite.binding.common": [], + "llvmlite.binding.context": [], + "llvmlite.binding.dylib": [], + "llvmlite.binding.executionengine": [], + "llvmlite.binding.ffi": [], + "llvmlite.binding.initfini": [], + "llvmlite.binding.linker": [], + "llvmlite.binding.module": [], + "llvmlite.binding.object_file": [], + "llvmlite.binding.options": [], + "llvmlite.binding.orcjit": [], + "llvmlite.binding.passmanagers": [], + "llvmlite.binding.targets": [], + "llvmlite.binding.transforms": [], + "llvmlite.binding.typeref": [], + "llvmlite.binding.value": [], + "llvmlite.ir": [], + "llvmlite.ir._utils": [], + "llvmlite.ir.builder": [], + "llvmlite.ir.context": [], + "llvmlite.ir.instructions": [], + "llvmlite.ir.module": [], + "llvmlite.ir.transforms": [], + "llvmlite.ir.types": [], + "llvmlite.ir.values": [], + "llvmlite.tests": [], + "llvmlite.tests.customize": [], + "llvmlite.tests.refprune_proto": [], + "llvmlite.tests.test_binding": [], + "llvmlite.tests.test_ir": [], + "llvmlite.tests.test_refprune": [], + "llvmlite.tests.test_valuerepr": [], + "llvmlite.utils": [] + }, "lxml": { "lxml": [] }, @@ -8411,6 +8496,12 @@ "msal.wstrust_request": [], "msal.wstrust_response": [] }, + "msgpack": { + "msgpack": [], + "msgpack.exceptions": [], + "msgpack.ext": [], + "msgpack.fallback": [] + }, "multidict": { "multidict": [] }, @@ -23658,6 +23749,24 @@ "pluggy": { "pluggy": [] }, + "pooch": { + "pooch": [], + "pooch._version": [], + "pooch.core": [], + "pooch.downloaders": [], + "pooch.hashes": [], + "pooch.processors": [], + "pooch.tests": [], + "pooch.tests.test_core": [], + "pooch.tests.test_downloaders": [], + "pooch.tests.test_hashes": [], + "pooch.tests.test_integration": [], + "pooch.tests.test_processors": [], + "pooch.tests.test_utils": [], + "pooch.tests.test_version": [], + "pooch.tests.utils": [], + "pooch.utils": [] + }, "prometheus_client": { "prometheus_client": [], "prometheus_client.asgi": [], @@ -26384,6 +26493,11 @@ "solacc": { "solacc.companion": [] }, + "soundfile": { + "_soundfile": [], + "_soundfile_data": [], + "soundfile": [] + }, "soupsieve": { "soupsieve": [], "soupsieve.__meta__": [], @@ -26393,6 +26507,10 @@ "soupsieve.pretty": [], "soupsieve.util": [] }, + "soxr": { + "soxr": [], + "soxr._version": [] + }, "spacy": { "spacy": [], "spacy.about": [], @@ -30273,4 +30391,4 @@ "zipp.compat.py310": [], "zipp.glob": [] } -} +} \ No newline at end of file