Skip to content

Commit

Permalink
Add package→module name map
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jun 9, 2024
1 parent b8b1fb2 commit 7c71c66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,11 @@ DEP004=[
# pydot-ng is slated for removal in <https://github.com/pymc-devs/pytensor/pull/341>
"pydot_ng",
]

[tool.deptry.package_module_name_map]
pydot2 = "pydot2"
pydot-ng = "pydot_ng"
jax = "jax"
jaxlib = "jaxlib"
numba = "numba"
llvmlite = "llvmlite"

0 comments on commit 7c71c66

Please sign in to comment.