diff --git a/setup.py b/setup.py index 81d89b8..6369f87 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup, Extension -import os +import os SRC_DIR = "stl_tools" @@ -12,9 +12,10 @@ setup(name='stl_tools', version='0.4.2', install_requires=[ - 'numpy>=1.18.1', - 'scipy', - 'matplotlib'], + 'numpy>=1.18.1', + 'scipy', + 'matplotlib', + 'Cython>=0.29.14,<0.30.0',], description="Generate STL files from numpy arrays and text", author='Tristan Hearn', author_email='tristanhearn@gmail.com',