Skip to content

Commit c34f3d2

Browse files
authored
Update setup.py
1 parent 19f747c commit c34f3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
install_requires=[
1515
'numpy>=1.18.1',
1616
'scipy',
17-
'Cython>=0.29,<0.29.27',
17+
'Cython>=0.29,<=0.29.15',
1818
'matplotlib'],
1919
description="Generate STL files from numpy arrays and text",
2020
author='Tristan Hearn',

0 commit comments

Comments
 (0)