You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.