Skip to content

Commit 0ae6a90

Browse files
committed
Add package→module name map
1 parent 77e65c4 commit 0ae6a90

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
@@ -238,3 +238,11 @@ DEP004=[
238238
# pydot-ng is slated for removal in <https://github.com/pymc-devs/pytensor/pull/341>
239239
"pydot_ng",
240240
]
241+
242+
[tool.deptry.package_module_name_map]
243+
pydot2 = "pydot2"
244+
pydot-ng = "pydot_ng"
245+
jax = "jax"
246+
jaxlib = "jaxlib"
247+
numba = "numba"
248+
llvmlite = "llvmlite"

0 commit comments

Comments
 (0)