Skip to content

Commit 19f747c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111

1212
setup(name='stl_tools',
1313
version='0.4.2',
14-
python_requires='>=3.2,<3.10',
1514
install_requires=[
1615
'numpy>=1.18.1',
1716
'scipy',
18-
'Cython>=0.29.24,<0.30.0',
17+
'Cython>=0.29,<0.29.27',
1918
'matplotlib'],
2019
description="Generate STL files from numpy arrays and text",
2120
author='Tristan Hearn',

0 commit comments

Comments
 (0)