Skip to content

Commit 213fab1

Browse files
committed
fix toml
1 parent a97fdf6 commit 213fab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ endif
222222
.PHONY: check-deps
223223
check-deps: # Dependency targets
224224
$(eval allow_list='numpy=|pandas=|tqdm=|torch=|rdt=')
225-
pip freeze | grep -v "RDT.git" | grep -E $(allow_list) | sort > $(OUTPUT_FILEPATH)
225+
pip freeze | grep -v "CTGAN.git" | grep -E $(allow_list) > $(OUTPUT_FILEPATH)
226226

227227
.PHONY: check-release
228228
check-release: check-clean check-candidate check-main check-history ## Check if the release can be made

0 commit comments

Comments
 (0)