Skip to content

Commit

Permalink
trying to filter for specific library
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Mar 14, 2024
1 parent 21bafbc commit f24fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ release-major: check-release bumpversion-major release
.PHONY: check-deps
check-deps:
$(eval allow_list='numpy|pandas|scikit-learn|tqdm|torch|rdt')
pip freeze | grep -v "CTGAN.git" | grep -E $(allow_list) > $(OUTPUT_FILEPATH)
pip freeze | grep -v "CTGAN.git" | grep -E $(allow_list)= > $(OUTPUT_FILEPATH)

0 comments on commit f24fdaf

Please sign in to comment.