Skip to content

Commit 11005c0

Browse files
authored
Update setup.py
1 parent e6f34f9 commit 11005c0

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.14,<=0.3.0',
17+
'Cython>=0.29.14,<0.30.0',
1818
'matplotlib'],
1919
description="Generate STL files from numpy arrays and text",
2020
author='Tristan Hearn',

0 commit comments

Comments
 (0)