Skip to content

Commit e195a1b

Browse files
committed
build with numpy 1.2
1 parent 1e55b95 commit e195a1b

File tree

2 files changed

+884
-2427
lines changed

2 files changed

+884
-2427
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
EXTENSIONS = [ext_1]
1212

1313
setup(name='stl_tools',
14-
version='0.3.0',
15-
install_requires=['numpy', 'scipy', 'matplotlib'],
14+
version='0.4.0',
15+
install_requires=[
16+
'numpy==1.20.0',
17+
'scipy',
18+
'matplotlib'],
1619
description="Generate STL files from numpy arrays and text",
1720
author='Tristan Hearn',
1821
author_email='[email protected]',

0 commit comments

Comments
 (0)