We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc883a6 commit 672cd4dCopy full SHA for 672cd4d
1 file changed
python/cuml/pyproject.toml
@@ -143,6 +143,12 @@ test-dask = [
143
Homepage = "https://github.com/rapidsai/cuml"
144
Documentation = "https://docs.rapids.ai/api/cuml/stable/"
145
146
+[project.entry-points.rapids_doctor_check]
147
+cuml_import = "cuml.health_checks:import_check"
148
+cuml_functional = "cuml.health_checks:functional_check"
149
+cuml_accel_basic = "cuml.health_checks:accel_basic_check"
150
+cuml_accel_cli = "cuml.health_checks:accel_cli_check"
151
+
152
[tool.black]
153
line-length = 79
154
target-version = ["py311"]
0 commit comments