Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def create_import_for_all_submodules_udf(self):
"boto.pyami.copybot",
"boto.requestlog",
"boto.gs.resumable_upload_handler",
"sagemaker.content_types",
"pyarrow.libarrow_python_flight",
"pyarrow.libarrow_python",
"pyarrow.libarrow_python_parquet_encryption",
Expand Down Expand Up @@ -133,7 +132,6 @@ def create_import_for_all_submodules_udf(self):
"tqdm.dask",
"tqdm.contrib.slack",
"tqdm.contrib.discord",
"sagemaker.serve.validations.parse_registry_accounts",
"pyparsing.diagram",
"numba.core.rvsdg_frontend",
"msrest.universal_http.aiohttp",
Expand All @@ -147,14 +145,15 @@ def create_import_for_all_submodules_udf(self):
"pydantic.mypy", #Used for pydantic mypy plugin, which is not useful in UDFs
"pydevd_plugins.extensions",
"pyximport.pyxbuild", #Still uses distutils which was removed in Python 3.12, see https://github.com/cython/cython/blob/master/pyximport/pyxbuild.py
"sagemaker.amtviz", # Visualisation not needed in UDF's
"sagemaker.aws_batch",
"sagemaker.mlflow",
"sagemaker.modules.train.container_drivers.distributed_drivers.mpi_driver",
"sklearn.externals.array_api_compat",
"starlette",
"uvicorn",
"google_crc32c.cext",
"bitarray.test_free_threading", # depends on Py_GIL_DISABLED
"redis.asyncio.multidb", # Requires optional circuit-breaker module
"redis.multidb", # Requires optional circuit-breaker module
"scipy.special.libsf_error_state", # dynamic module does not define module export function
"narwhals.sql", # Requires optional sql module
}
excluded_submodules = (
"sphinxext",
Expand Down