Skip to content

[Revise] pyproject.toml contains obsolete dependencies #1161

@fpgmaas

Description

@fpgmaas

Summary of request

Not all dependencies listed in pyproject.toml are still actively used. I used deptry to scan the repository, and it returned the following output:

Output:

Warning: Failed to find corresponding package name for import `mpl_toolkits` in current environment.
pyproject.toml contains obsolete dependencies: ['better-exceptions', 'descartes', 'funcparserlib', 'mapclassify', 'scikit-learn', 'tabulate']

scikit-learn is incorrectly marked, which I have added as a bug report to the deptry project. The others indeed seem to be no longer actively required.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions