-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Revise] pyproject.toml contains obsolete dependencies #1161
Comments
|
Thank you for your contribution to this project!! Additionally, could you add the followings to pyproject.toml? [tool.deptry]
ignore_dependencies = [
'tabulate'
] Yes, scikit-learn and
Discussion of
|
Thanks for your extensive feedback, and thanks for considering to add I have processed your proposed changes, and I have added the The parsing of try/except blocks is now added in |
Thank you for updating and I merged your pull request. This will be included in the next stable release. I ran Warning: Failed to find corresponding package name for import `mpl_toolkits` in current environment.
Succes! No obsolete dependencies found. I created a issue for the warning fpgmaas/deptry#34 |
With #1163, this was included in the test workflow. |
config: #1161. use deptry 0.2.3 to remove warning
With fpgmaas/deptry#34, the warning was removed at deptry version 0.2.3. We will use version 0.2.3 with #1170. @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:
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.The text was updated successfully, but these errors were encountered: