Skip to content
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

Make dependency on python-dateutil explicit #392

Closed
mfisher87 opened this issue Dec 2, 2023 · 0 comments · Fixed by #397
Closed

Make dependency on python-dateutil explicit #392

mfisher87 opened this issue Dec 2, 2023 · 0 comments · Fixed by #397

Comments

@mfisher87
Copy link
Member

Our source code depends on dateutil. Conda Forge's autotick bot recognizes this and complains that the dependency isn't explicitly specified:

Packages found by source code inspection but not in the meta.yaml:

  • python-dateutil

conda-forge/earthdata-feedstock#35

This dependency is present implicitly through another dependency, but since our source depends on it directly, I feel it should be explicitly named in our specification (both pyproject.toml and feedstock meta.yaml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant