Skip to content

Commit 228809d

Browse files
committed
pin to numpy 1.19.5
1 parent 3467460 commit 228809d

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
@@ -12,7 +12,7 @@
1212
setup(name='stl_tools',
1313
version='0.4.0',
1414
install_requires=[
15-
'numpy==1.20.0',
15+
'numpy==1.19.5',
1616
'scipy',
1717
'matplotlib'],
1818
description="Generate STL files from numpy arrays and text",

0 commit comments

Comments
 (0)