Skip to content

Commit 33f32ed

Browse files
see if johns pr fixed
1 parent ec35c11 commit 33f32ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup, Extension
2-
import os
2+
import os
33

44
SRC_DIR = "stl_tools"
55

@@ -12,9 +12,10 @@
1212
setup(name='stl_tools',
1313
version='0.4.2',
1414
install_requires=[
15-
'numpy>=1.18.1',
16-
'scipy',
17-
'matplotlib'],
15+
'numpy>=1.18.1',
16+
'scipy',
17+
'matplotlib',
18+
'Cython>=0.29.14,<0.30.0',],
1819
description="Generate STL files from numpy arrays and text",
1920
author='Tristan Hearn',
2021
author_email='[email protected]',

0 commit comments

Comments
 (0)