Skip to content

Commit

Permalink
fixing command
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Mar 14, 2024
1 parent f24fdaf commit 3e07c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@ 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)
$(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 3e07c12

Please sign in to comment.