Skip to content

Commit

Permalink
Fixing typo in make check-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Mar 14, 2024
1 parent 5a346fa commit 21bafbc
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 @@ -234,6 +234,6 @@ release-major: check-release bumpversion-major release
# Dependency targets

.PHONY: check-deps
checkdeps:
check-deps:
$(eval allow_list='numpy|pandas|scikit-learn|tqdm|torch|rdt')
pip freeze | grep -v "CTGAN.git" | grep -E $(allow_list) > $(OUTPUT_FILEPATH)

0 comments on commit 21bafbc

Please sign in to comment.