Skip to content

Commit 7c71c66

Browse files
committed
Add package→module name map
1 parent b8b1fb2 commit 7c71c66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,11 @@ DEP004=[
235235
# pydot-ng is slated for removal in <https://github.com/pymc-devs/pytensor/pull/341>
236236
"pydot_ng",
237237
]
238+
239+
[tool.deptry.package_module_name_map]
240+
pydot2 = "pydot2"
241+
pydot-ng = "pydot_ng"
242+
jax = "jax"
243+
jaxlib = "jaxlib"
244+
numba = "numba"
245+
llvmlite = "llvmlite"

0 commit comments

Comments
 (0)