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

Fix command name for dependency checker #345

Merged
merged 3 commits into from
Mar 14, 2024
Merged

Fix command name for dependency checker #345

merged 3 commits into from
Mar 14, 2024

Conversation

amontanez24
Copy link
Contributor

Fixes #336

@amontanez24 amontanez24 requested a review from a team as a code owner March 14, 2024 11:09
@amontanez24 amontanez24 requested review from frances-h and removed request for a team March 14, 2024 11:09
checkdeps:
$(eval allow_list='numpy|pandas|scikit-learn|tqdm|torch|rdt')
check-deps:
$(eval allow_list='numpy=|pandas=|scikit-learn=|tqdm=|torch=|rdt=')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the equals because without it, other libraries with the same prefix were picked up (ie. pandas-vet)

@amontanez24 amontanez24 merged commit 11c8243 into main Mar 14, 2024
91 checks passed
@amontanez24 amontanez24 deleted the issue-336-fix branch March 14, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dependency checker
2 participants