We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97fdf6 commit 213fab1Copy full SHA for 213fab1
Makefile
@@ -222,7 +222,7 @@ endif
222
.PHONY: check-deps
223
check-deps: # Dependency targets
224
$(eval allow_list='numpy=|pandas=|tqdm=|torch=|rdt=')
225
- pip freeze | grep -v "RDT.git" | grep -E $(allow_list) | sort > $(OUTPUT_FILEPATH)
+ pip freeze | grep -v "CTGAN.git" | grep -E $(allow_list) > $(OUTPUT_FILEPATH)
226
227
.PHONY: check-release
228
check-release: check-clean check-candidate check-main check-history ## Check if the release can be made
0 commit comments