From 57cedffeb784793ae921dc5f8003072a22ba3da4 Mon Sep 17 00:00:00 2001 From: yoony97 <88752851+yoony97@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:25:04 +0900 Subject: [PATCH] Fixed Cmake Error --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 14db3176..5124a18f 100644 --- a/setup.py +++ b/setup.py @@ -141,5 +141,5 @@ def build_extension(self, ext): (emitter_boundary_dest, [s for s in emitter_boundary if os.path.isfile(s)]), (fonts_dest, [f for f in fonts if os.path.isfile(f)])], zip_safe=False, - install_requires=['numpy'] -) \ No newline at end of file + install_requires=['numpy' , 'cmake'] +)